Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Feb 2022 09:57:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261566] Padding of DLT_PFLOG packets should be done differently
Message-ID:  <bug-261566-227-a78tJD3SXu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261566-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261566-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=3D261566

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D275f412b070f0d23b028f8bde85182a1f=
6d0fe7c

commit 275f412b070f0d23b028f8bde85182a1f6d0fe7c
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-02-01 07:56:49 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-02-09 09:56:36 +0000

    pflog: align header to 4 bytes, not 8

    6d4baa0d01 incorrectly rounded the lenght of the pflog header up to 8
    bytes, rather than 4.

    PR:             261566
    Reported by:    Guy Harris <gharris@sonic.net>
    MFC after:      1 week
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

    (cherry picked from commit 4daa31c10867b133bdc2a424e1e60d280384dc56)

 sys/net/if_pflog.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--=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-261566-227-a78tJD3SXu>