CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/11 11:07:22
Modified files:
sys/net80211 : ieee80211_ioctl.c
Log message:
Prevent a NULL deref in ieee80211_node2req() which could be triggered
by an ioctl if the driver had not yet initialized the channel map.
Crash reported by nayden@
ok sthen@
