CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/08/04 05:39:50
Modified files: sys/dev/ic : qwx.c qwxreg.h sys/net80211 : ieee80211.h Log message: Fix a potential 6-byte stack buffer overrun in new qwx(3) 802.11n code. Could probably be triggered if an acccess point sent us a 4-addr QoS 11n frame, which won't ever happen in our case unless the AP is malicious. Found by coverity (CID 1648623) ok bluhm@