mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
struct siba_bhndb_softc embeds struct siba_softc and adds an extra
field, "quirks". In practice, this bug was harmless since "quirks" is
unconditionally initialized during driver attach and would have lived in
the redzone of the softc allocation, but KASAN catches the out-of-bounds
access.
PR: 275515
Reported by: Frank Hilgendorf <frank.hilgendorf@posteo.de>
MFC after: 1 week
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| siba.c | ||
| siba.h | ||
| siba_bhndb.c | ||
| siba_erom.c | ||
| siba_eromvar.h | ||
| siba_subr.c | ||
| sibareg.h | ||
| sibavar.h | ||