Date: Tue, 25 Feb 2020 15:04:19 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 244393] Failing test case: sys.netpfil.pf.fragmentation.v6 Message-ID: <bug-244393-32464-K5slqckqP5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244393-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-244393-32464@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=3D244393 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: bz Date: Tue Feb 25 15:03:41 UTC 2020 New revision: 358311 URL: https://svnweb.freebsd.org/changeset/base/358311 Log: ip6_output: fix regression introduced in r358167 for ipv6 fragmentation When moving the calculations for the optlen into the if (opt) block which deals with possible extension headers I failed to initialise unfragpartlen to the ipv6 header length if there were no extension headers present. Correct that mistake to make IPv6 fragment length calculcations work again. Reported by: hselasky, kp OKed by: hselasky, kp MFC after: 3 days X-MFC with: r358167 PR: 244393 Changes: head/sys/netinet6/ip6_output.c --=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-244393-32464-K5slqckqP5>