Bug 118355

Summary: ss -f segfaults
Product: [Fedora] Fedora Reporter: James Morris <jmorris>
Component: iprouteAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-21 13:50:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Morris 2004-03-15 21:55:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1)
Gecko/20030225

Description of problem:
The 'ss' utility segfaults when you specify the -f switch.

This does not appear to be specific to the value specified by -f.




Version-Release number of selected component (if applicable):
iproute-2.4.7-13

How reproducible:
Always

Steps to Reproduce:
1. ss -f inet6
2.
3.
    

Actual Results:  Segfault.

Expected Results:  The output of 'ss' but just for ipv6.

Additional info:

Comment 1 Phil Knirsch 2004-04-21 13:50:02 UTC
Doh, : was missing after the f param in the getopt() call.

Fixed in latest rawhide release to appear soon.

Read ya, Phil