CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2020/04/30 02:52:56

Modified files:
        sys/dev/ic     : ar5008.c 

Log message:
Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().

This fix simplifies HW decrytion error checking: Frame header contents aren't
relevant because we are going to drop frames that had errors in any case.
I made a mistake by trying to add an exception for multicast frames at this
point. Frame header contents might not even be valid.

This problem was introduced with CCMP hardware offload support and detected
by Coverity (CID 1492755).

ok mestre@ kevlo@

Reply via email to