Make sure that all padding bytes in cmsgs are actually zero by memset
authorclaudio <claudio@openbsd.org>
Tue, 6 Oct 2015 14:38:32 +0000 (14:38 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 6 Oct 2015 14:38:32 +0000 (14:38 +0000)
commit7ac81437ffee1530fa919fca5e95b8a14eb57f02
tree6dfd868cc511dc94ddf5753a1332a7ae3819fffe
parentb850d4846b8f4f2c3631347456e2976c1610d163
Make sure that all padding bytes in cmsgs are actually zero by memset
CMSG_SIZE(len) bytes of the mbuf.
sys/kern/uipc_socket2.c