https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276770
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- Most, if not all, of these appear to be allocations with M_WAITOK, which will never return NULL: malloc(9): "The malloc(), mallocarray(), realloc(), and reallocf() functions cannot return NULL if M_WAITOK is specified." -- You are receiving this mail because: You are the assignee for the bug.
