commit | f9a9eb16e2f19754ae32994c8c62a5b1d5dc2169 | [log] [tgz] |
---|---|---|
author | Akihiko Odaki <akihiko.odaki@daynix.com> | Thu Feb 23 19:20:03 2023 +0900 |
committer | Jason Wang <jasowang@redhat.com> | Fri Mar 10 15:35:38 2023 +0800 |
tree | 632976214f0f0dacd1ede7fda7356dc5e3a1de66 | |
parent | 156dc1555d98be9e7572138068e633c38aabc38e [diff] |
net: Check L4 header size net_tx_pkt_build_vheader() inspects TCP header but had no check for the header size, resulting in an undefined behavior. Check the header size and drop the packet if the header is too small. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>