Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 5e7d469b00d4cecec54f9fe9ea7c295e > files > 2

busybox-1.6.1-3mdv2008.0.src.rpm

--- busybox-1.6.1/init/init.c	Sat Jun 30 16:06:46 2007
+++ busybox-1.6.1-init/init/init.c	Thu Jul  5 01:16:26 2007
@@ -277,6 +277,9 @@
 			while (fd > 2) close(fd--);
 		}
 		messageD(L_LOG, "console='%s'", s);
+	} else {
+		/* Make sure fd 0,1,2 are not closed */
+		bb_sanitize_stdio();
 	}
 
 	s = getenv("TERM");