16/01/2019 10:49, Ananyev, Konstantin: > From: Hu, Jiayu > > > > 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: 0d2cbe59b719 ("lib/gro: support TCP/IPv4") > > Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Jiayu Hu <jiayu...@intel.com> > > Tested-by: Yinan Wang <yinan.w...@intel.com> > > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com>
Applied, thanks