Module Name: src Committed By: maxv Date: Sat Nov 24 16:18:36 UTC 2018
Modified Files: src/sys/kern: kern_proc.c Log Message: Fix kernel info leak, we do a blunt copy of struct proc, but it has padding. So zero out the structure on each allocation. And copy field by field while here, because many fields should be hidden by COND_SET_VALUE. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/sys/kern/kern_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.