CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/04 06:57:18
Modified files:
sys/dev/ic : bwfm.c
Log message:
Move allocation behind sanity check to address possible memory leak as
seen by Coverity CID 1470240. Cast the ieee80211_frame struct pointer
to uint8_t to address concerns raised by Coverity CID 1470239 and CID
1470237.
ok stsp@
