CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/19 04:01:50
Modified files:
libexec/ld.so : boot.c
Log message:
ld.so(1): Missing stack var initialization
Explicitly zero-clear stack array to read dynamic segments. This code has
been working because stack is mapped as anon and zero'ed right after execve(2).
Found by work-in-progress Valgrind port for OpenBSD/amd64.
OK millert@ guenther@
