Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 05/07/2001 20:09:14
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon May  7 17:09:14 UTC 2001

Modified Files:
	syssrc/sys/kern: exec_elf32.c

Log Message:
In the check_header() function, bump the number of allowed section headers
to 512. Apparently, there are ELF binaries with more than 128 section
headers - an example is one of Linux Word Perfect 8 utilities.

This fixes kern/12455 by Mark Davies.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/kern/exec_elf32.c

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