[BusyBox 0001072]: "nc" can't work any more (with patched)

bugs at busybox.net bugs at busybox.net
Fri Oct 13 10:54:53 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1072 
====================================================================== 
Reported By:                rockeychu
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1072
Category:                   Networking Support
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             10-13-2006 03:54 PDT
Last Modified:              10-13-2006 03:54 PDT
====================================================================== 
Summary:                    "nc" can't work any more (with patched)
Description: 
nc can't work cause of defined incorrect type of 'opt', patched as
following:

Index: networking/nc.c
===================================================================
--- networking/nc.c     (revision 16376)
+++ networking/nc.c     (working copy)
@@ -17,7 +17,7 @@
 int nc_main(int argc, char **argv)
 {
        int sfd = 0, cfd;
-       unsigned opt;
+       int opt;
        unsigned lport = 0, wsecs = 0, delay = 0;
        unsigned do_listen = 0, execflag = 0;
        struct sockaddr_in address;

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-13-06 03:54  rockeychu      New Issue                                    
10-13-06 03:54  rockeychu      Status                   new => assigned     
10-13-06 03:54  rockeychu      Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list