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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175852

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 and
handle the case where it has odd alignment.  There may well be other code paths
where we (or the compiler) is making assumptions about header alignment, and 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.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-175852-227-iGFnGrU7tt>