Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2025 09:44:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 288558] icmp does not reset the fragment offset field when it is going to reply an ICMP packet
Message-ID:  <bug-288558-7501-56TATCQ15F@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-288558-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-288558-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D288558

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,=20
```
nip->ip_off =3D 0;
```

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-288558-7501-56TATCQ15F>