Bug 234045 - missing '=' causes "netstat -I" and "netstat --interfaces" to segfault
Summary: missing '=' causes "netstat -I" and "netstat --interfaces" to segfault
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: net-tools
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Radek Vokál
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-03-26 19:25 UTC by Tom London
Modified: 2018-07-27 09:40 UTC (History)
0 users

Fixed In Version: 1.60-81
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-03-27 07:33:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tom London 2007-03-26 19:25:21 UTC
Description of problem:
Running "netstat -I" (without the '=') (same for "netstat --intefaces")
generates a segfault:

[tbl@localhost ~]$ netstat -I
Segmentation fault
[tbl@localhost ~]$ netstat --interfaces
Segmentation fault
[tbl@localhost ~]$

Adding '=' :

[tbl@localhost ~]$ netstat -I=
Kernel Interface table
Iface       MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
: error fetching interface information: Device not found
[tbl@localhost ~]$ 


Version-Release number of selected component (if applicable):
net-tools-1.60-80.fc7

How reproducible:
every time

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Radek Vokál 2007-03-27 07:33:49 UTC
Fixed in net-tools-1.60-81, thanks for the bug report.


Note You need to log in before you can comment on or make changes to this bug.