patch-2.4.22 linux-2.4.22/fs/binfmt_som.c

Next file: linux-2.4.22/fs/buffer.c
Previous file: linux-2.4.22/fs/binfmt_elf.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/fs/binfmt_som.c linux-2.4.22/fs/binfmt_som.c
@@ -213,7 +213,7 @@
 			(char *) hpuxhdr, size);
 	if (retval < 0)
 		goto out_free;
-
+#error "Fix security hole before enabling me"
 	retval = get_unused_fd();
 	if (retval < 0)
 		goto out_free;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)