[BusyBox-cvs] svn commit: trunk/busybox/networking

pgf at busybox.net pgf at busybox.net
Wed Jul 20 19:40:31 UTC 2005


Author: pgf
Date: 2005-07-20 13:40:30 -0600 (Wed, 20 Jul 2005)
New Revision: 10883

Log:
applying fix for: 
    0000263: nc cannot use -e when initiating a tcp connection
    	to something else



Modified:
   trunk/busybox/networking/nc.c


Changeset:
Modified: trunk/busybox/networking/nc.c
===================================================================
--- trunk/busybox/networking/nc.c	2005-07-20 19:24:13 UTC (rev 10882)
+++ trunk/busybox/networking/nc.c	2005-07-20 19:40:30 UTC (rev 10883)
@@ -82,13 +82,6 @@
 		}
 	}
 
-#ifdef CONFIG_NC_GAPING_SECURITY_HOLE
-	if (pr00gie) {
-		/* won't need stdin */
-		close(STDIN_FILENO);      
-	}
-#endif /* CONFIG_NC_GAPING_SECURITY_HOLE */
-
 	if ((do_listen && optind != argc) || (!do_listen && optind + 2 != argc))
 		bb_show_usage();
 




More information about the busybox-cvs mailing list