Module Name: src Committed By: maxv Date: Wed Apr 9 11:40:03 UTC 2014
Modified Files: src/sys/compat/svr4_32: svr4_32_exec_elf32.c Log Message: 'error' is not set on failure. Which means that if copyout() fails, 0 will be returned while the stack is not ready. This is a bug. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/compat/svr4_32/svr4_32_exec_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.