created | 2022-01-10T09:17:52Z |
---|---|
begin | 2022-01-04T15:53:57Z |
end | 2022-01-04T15:55:28Z |
path | src/sys |
commits | 1 |
date | 2022-01-04T15:55:28Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
src/sys/dev/pci/if_iwx.c | log | diff | annotate | |
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 |