[Bug 275515] Out of bounds memory access in siba_bhndb.c
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275515] Out of bounds memory access in siba_bhndb.c"
 - Go to: [ bottom of page ] [ top of archives ] [ this month ]
 
Date: Mon, 04 Dec 2023 15:03:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275515
Mark Johnston <markj@FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org
--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
This looks good to me.  How did you notice the problem?  struct
siba_bhndb_softc initializes the "quirks" field (the only out-of-bounds field)
to 0 during attach, and I suspect that malloc() size padding would hide the
problem.
-- 
You are receiving this mail because:
You are the assignee for the bug.