Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jan 2024 17:49:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276059] ctfconvert gives incorrect offsets for bitfields in a struct
Message-ID:  <bug-276059-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 276059
           Summary: ctfconvert gives incorrect offsets for bitfields in a
                    struct
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: markj@FreeBSD.org

<8980> STRUCT tcphdr (20 bytes)
        th_sport type=3D1307 off=3D0
        th_dport type=3D1307 off=3D16
        th_seq type=3D8979 off=3D32
        th_ack type=3D8979 off=3D64
        th_x2 type=3D3307 off=3D0  <-- wrong
        th_off type=3D3307 off=3D0  <-- wrong
        th_flags type=3D1282 off=3D104
        th_win type=3D1307 off=3D112
        th_sum type=3D1307 off=3D128
        th_urp type=3D1307 off=3D144

--=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-276059-227>