Here at OpenBSD we change ABIs at the fling of a hat. Just in case a
authorderaadt <deraadt@openbsd.org>
Wed, 5 Apr 2017 04:00:41 +0000 (04:00 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 5 Apr 2017 04:00:41 +0000 (04:00 +0000)
commit687e82acc7e04b808810c63c0f83c725475eb4b2
tree8bb2072bd1dadebe8421193c56d99753f0b67c9a
parent83201e26d4d23a5820fad729af13791adb0207ae
Here at OpenBSD we change ABIs at the fling of a hat.  Just in case a
future disk info sysctl has pads in the structures, use M_ZERO when
allocating the storage to avoid leaking kernel memory.
sys/kern/kern_sysctl.c