Module Name: src Committed By: christos Date: Fri Mar 19 22:08:13 UTC 2010
Modified Files: src/sys/kern: exec_elf.c Log Message: - Make maximum memory limits for various things #define constants and use the consistently across the code. - Re-do note parsing code to read the section headers instead of the program headers because the new binutils merge all the note sections in one program header. This fixes all the pax note parsing which has been broken for all binaries built with the new binutils. - Add diagnostics to the note parsing code to detect malformed binaries. - Allocate and free note scratch space only once, not once per note. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.