[Bug 264004] Several check for allocation failure missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 14:36:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264004 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Assignee|secteam@FreeBSD.org |bugs@FreeBSD.org Status|New |Open --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- This isn't a secteam bug. The bug you note in vchiq seems real, though the return value should probably be VCHIQ_ERROR instead. Note that in FreeBSD, malloc(M_WAITOK) does not fail, so scripts have to be careful to avoid false positives. In the past we've gotten incorrect bug reports along these lines. -- You are receiving this mail because: You are the assignee for the bug.