svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Thu Apr 5 20:57:10 UTC 2007


Author: vda
Date: 2007-04-05 13:57:10 -0700 (Thu, 05 Apr 2007)
New Revision: 18337

Log:
nc: missed exit() in signal handler


Modified:
   trunk/busybox/networking/nc_bloaty.c


Changeset:
Modified: trunk/busybox/networking/nc_bloaty.c
===================================================================
--- trunk/busybox/networking/nc_bloaty.c	2007-04-05 20:26:28 UTC (rev 18336)
+++ trunk/busybox/networking/nc_bloaty.c	2007-04-05 20:57:10 UTC (rev 18337)
@@ -154,6 +154,7 @@
 	if (o_verbose > 1)                /* normally we don't care */
 		fprintf(stderr, SENT_N_RECV_M, wrote_net, wrote_out);
 	fprintf(stderr, "punt!\n");
+	exit(1);
 }
 
 /* timeout and other signal handling cruft */




More information about the busybox-cvs mailing list