Le 24/11/2018 à 18:40, Maxime Villard a écrit :
Module Name: src Committed By: maxv Date: Sat Nov 24 17:40:37 UTC 2018 Modified Files: src/sys/kern: subr_evcnt.c Log Message: Fix kernel pointer leaks in sysctl_doevcnt. While here also fix info leak; there is a big padding so use zalloc.
No, not a big issue actually, because the padding is not copied. But it's still good to use zalloc instead so I'll leave it as-is now.