Module Name: src Committed By: maxv Date: Sat Nov 24 17:52:39 UTC 2018
Modified Files: src/sys/kern: vfs_bio.c Log Message: Fix kernel pointer leaks in sysctl_dobuf. While here constify argument. Also memset the buffer, to prevent leaks (even if there doesn't seem to be currently). To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/sys/kern/vfs_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.