Module Name: src Committed By: kamil Date: Wed Mar 29 22:48:03 UTC 2017
Modified Files: src/sys/kern: core_elf32.c sys_ptrace_common.c Log Message: Revert previous. Pointed out by Christous Zoulas that ELF_AUX_ENTRIES * sizeof(AuxInfo) assumption is incomplete. There is emulation code that can use different values (smaller and larger). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/kern/core_elf32.c cvs rdiff -u -r1.19 -r1.20 src/sys/kern/sys_ptrace_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.