CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/21 15:11:48
Modified files:
sys/kern : Tag: OPENBSD_6_0 exec_elf.c
Log message:
OpenBSD 6.0 Errata 020: 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@
