freebsd-src/sys/dev/bhnd/siba
Mark Johnston 4c3aa00c0a bhnd: Correct the softc size in the siba_bhndb_driver definition
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
2023-12-05 13:47:03 -05:00
..
siba.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
siba.h sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
siba_bhndb.c bhnd: Correct the softc size in the siba_bhndb_driver definition 2023-12-05 13:47:03 -05:00
siba_erom.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
siba_eromvar.h sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
siba_subr.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sibareg.h sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
sibavar.h sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00