[Bug 288558] icmp does not reset the fragment offset field when it is going to reply an ICMP packet

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Aug 2025 09:44:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288558

Zhenlei Huang <zlei@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlei@FreeBSD.org

--- Comment #3 from Zhenlei Huang <zlei@FreeBSD.org> ---
The `icmp_error()` has reset ip_off to 0, 
```
nip->ip_off = 0;
```

So is it the fault path is `icmp_input() , ICMP_MASKREQ ` ?

-- 
You are receiving this mail because:
You are the assignee for the bug.