CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/21 15:11:09
Modified files:
sys/kern : Tag: OPENBSD_5_9 exec_elf.c
Log message:
OpenBSD 5.9 Errata 037: SECURITY FIX: March 20, 2017
MFC sys/kern/exec_elf.c exec_elf.c rev v 1.140 kettenis
Initialize the stack buffer used to build the auxiliary vector to zero to
avoid leaking the contents of the kernel stack into userspace.
ok guenther@, deraadt@
