Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2024 16:16:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 175852] [amd64] in_cksum_hdr() behaves differently on amd64 vs i386 with unaligned data
Message-ID:  <bug-175852-227-iGFnGrU7tt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-175852-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-175852-227@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=3D175852

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |Not Accepted
                 CC|                            |markj@FreeBSD.org

--- Comment #4 from Mark Johnston <markj@FreeBSD.org> ---
We define struct ip as having an alignment of 2, so it feels wrong to try a=
nd
handle the case where it has odd alignment.  There may well be other code p=
aths
where we (or the compiler) is making assumptions about header alignment, an=
d we
have no good way to test.

So, since this issue hasn't really gotten attention in the 10+ years since =
it
was submitted, I'm going to go ahead and close this.

--=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-175852-227-iGFnGrU7tt>