CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 08:55:28
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
fix length boundary checks for incoming packets in iwm/iwx
The minimum length and the maximum length required were both too low,
due to an error in accounting for the 4-byte packet length+flags header.
Patch by Christian Ehrhardt
