Subject: CVS commit: src/sys/compat/ibcs2
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/05/2003 04:03:22
Module Name:	src
Committed By:	christos
Date:		Wed Nov  5 04:03:21 UTC 2003

Modified Files:
	src/sys/compat/ibcs2: ibcs2_exec_coff.c ibcs2_exec_elf32.c
	    ibcs2_exec_xout.c

Log Message:
limit malloc so that corrupted executables don't allocate a lot of memory.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/compat/ibcs2/ibcs2_exec_coff.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/ibcs2/ibcs2_exec_elf32.c
cvs rdiff -r1.6 -r1.7 src/sys/compat/ibcs2/ibcs2_exec_xout.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.