--- 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");
