Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 08:37:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 277875] pfctl cowardly refuses to load rules, broken between 8c94ed992702 & f29af8618bf9
Message-ID:  <bug-277875-7501-zJoRcr2AzP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277875-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277875-7501@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=3D277875

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D88f557a2a9c31aaa954841b06d38eec84=
a1702fc

commit 88f557a2a9c31aaa954841b06d38eec84a1702fc
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-03-22 03:21:50 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-03-22 08:00:05 +0000

    libpfctl: fix incorrect labels copy

    We copied the entire parsed_labels struct, including the counter to a
    field that was only big enough for the labels (so not the counter).

    PR:             277875
    MFC after:      1 week

 lib/libpfctl/libpfctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=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-277875-7501-zJoRcr2AzP>