clear structure on the stack before copying out for sysctl. At present
authorderaadt <deraadt@openbsd.org>
Wed, 5 Apr 2017 03:59:13 +0000 (03:59 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 5 Apr 2017 03:59:13 +0000 (03:59 +0000)
commit83201e26d4d23a5820fad729af13791adb0207ae
treed54e2362e562ffcef557825b398e311e7470fac8
parent7e02703484ac4c4c6bad84a5f520c77a0e81e878
clear structure on the stack before copying out for sysctl.  At present
it has no pads, but a future ABI change could add something and leak
kernel memory.
sys/kern/kern_clock.c