Discussion:
CVS commit: [netbsd-7] src/sys/compat/freebsd
Martin Husemann
2014-10-18 14:04:58 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sat Oct 18 14:04:58 UTC 2014

Modified Files:
src/sys/compat/freebsd [netbsd-7]: freebsd_sysctl.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #146):
sys/compat/freebsd/freebsd_sysctl.c: revision 1.17
I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.4.1 src/sys/compat/freebsd/freebsd_sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...