https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249859
Warner Losh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #1 from Warner Losh <[email protected]> --- In theory, some malloc calls with M_WAITOK can fail because the underlying Malloc() implementation in src/stand can fail. We should proactively detect this and fail in a helpful way, rather than waiting for the null pointer dereference. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
