Module Name: src Committed By: maxv Date: Fri Jul 5 17:14:48 UTC 2019
Modified Files: src/sys/kern: kern_exec.c Log Message: Fix info leak. The padding of 'sigact' is not initialized, it gets copied in the proc, and can later be obtained by userland. To generate a diff of this commit: cvs rdiff -u -r1.477 -r1.478 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.