freebsd-src/sys/compat/linuxkpi
Bjoern A. Zeeb 582469016a LinuxKPI: 802.11: initalize lsta to NULL in linuxkpi_ieee80211_rx()
The logic following this new assignment in some cases may not set lsta
but the later tracing is checking for it to be != NULL.
With lsta not initialized that check may not hold up and later we would
dereference lsta->state and possibly panic.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D45507
2024-06-07 21:06:31 +00:00
..
common LinuxKPI: 802.11: initalize lsta to NULL in linuxkpi_ieee80211_rx() 2024-06-07 21:06:31 +00:00
dummy/include LinuxKPI: Move [SU](8|16|32|64)_(MAX|MIN) defines to linux/limits.h 2024-04-08 09:47:42 +03:00