diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2025-08-25 22:08:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2025-08-26 04:34:45 +0000 |
commit | f74c0dc583d69400b9cea41e2f009d8c4757ce26 (patch) | |
tree | 0b01abd927c2e6ea8a9d975e08db7579000ed11c /test/Transforms/LoopVectorize | |
parent | 5feb38e37847c10af86f5c75dc768518973c6aaa (diff) |
Fix potential crash in the ng_nat module when attaching directly
to the layer 2 (ethernet) while calculating TCP checksum.
The issue is due to in_delayed_cksum() expecting to access IP
header at the offset 0 from the mbuf start, while if we are
attached to the L2 directly, the IP header at going to be at the
certain offset.
Reviewed by: markj, tuexen
Approved by: tuexen
Sponsored by: Sippy Software, Inc.
Differential Revision: https://reviews.freebsd.org/D49677
MFC After: 2 weeks
Diffstat (limited to 'test/Transforms/LoopVectorize')
0 files changed, 0 insertions, 0 deletions