https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275515
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #1 from Mark Johnston <[email protected]> --- 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.
