7ccc7a05d6
When the TCP header length of input packets is invalid (i.e., less than 20 bytes or greater than 60 bytes), check_seq_option() will access illegal memory area when compare TCP Options, which may cause a segmentation fault. This patch adds missing invalid TCP header length check to avoid illegal memory accesses. Fixes: |
||
---|---|---|
.. | ||
gro_tcp4.c | ||
gro_tcp4.h | ||
gro_vxlan_tcp4.c | ||
gro_vxlan_tcp4.h | ||
Makefile | ||
meson.build | ||
rte_gro_version.map | ||
rte_gro.c | ||
rte_gro.h |