[Bug 175852] [amd64] in_cksum_hdr() behaves differently on amd64 vs i386 with unaligned data
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 16:16:17 UTC
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.