Bug 513925

Summary: nc segfaults if given -v when listening to socket
Product: [Fedora] Fedora Reporter: Jón Fairbairn <jon.fairbairn>
Component: ncAssignee: Jan Zeleny <jzeleny>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: jzeleny, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-27 11:19:20 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 Jón Fairbairn 2009-07-27 06:27:22 UTC
Description of problem:
nc segfaults if given -v when listening to socket

Version-Release number of selected component (if applicable):
nc-1.84-19.fc11.x86_64

How reproducible:
completely

Steps to Reproduce:
1. in a shell (A), type
   nc -v -lU /tmp/test-socket
2. in another shell type
   nc -U /tmp/test-socket
3.
  
Actual results:
segfault in nc (A)

Expected results:
netcatting with verbose output

Additional info:
Works without the -v
Works with -v if listening to port rather than socket.

Comment 1 Jan Zeleny 2009-07-27 11:19:20 UTC
Issue has been fixed in rawhide and F11. Building updated packages right now.