Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2023 17:29:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269377] netinet/tcp_usrreq.c: typo in ddb prints
Message-ID:  <bug-269377-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 269377
           Summary: netinet/tcp_usrreq.c: typo in ddb prints
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: guhaoyu2005@gmail.com

Created attachment 239954
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D239954&action=
=3Dedit
This diff fixes the tcpcb ddb printing issue.

Hello,

In DDB, the "show tcpcb [addr]" command prints the tcp control block states.
However the snd_nxt field is not being printed properly in hex format.=20

Current print -> snd_nxt: x012345678
Correct print -> snd_nxt: 0x12345678

The attached patch fixes this issue.

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