cvs commit: src/sys/kern imgact_elf.c
Konstantin Belousov
kib at FreeBSD.org
Tue Dec 4 04:21:28 PST 2007
kib 2007-12-04 12:21:28 UTC
FreeBSD src repository
Modified files:
sys/kern imgact_elf.c
Log:
Check for the program headers alignment of the ELF images before
dereferencing. Unaligned access could cause panic on strict alignment
architectures.
Reviewed by: marcel, marius (also tested on sparc64, thanks !)
MFC after: 3 days
Revision Changes Path
1.181 +10 -3 src/sys/kern/imgact_elf.c
More information about the cvs-src
mailing list