CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/10 12:30:15
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
On the transmit path the ethernet and ip headers might not be
in contiguous memory. Taking the pointer to the data and simply
looking at the IP header by adding an offset can lead to an out-
of-bounds access. Make the ieee80211 classify function copy the
ethernet and ip header into stack variables to fix it.
Fixes a panic for florian@
Discussed with claudio@
ok stsp@