Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2021 16:41:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 205164] BPF gives EIO with sendmsg() where write > pagesize
Message-ID:  <bug-205164-7501-1OCZOq2LaE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205164-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205164-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=3D205164

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df13da24715a75ce0fdac31062866877d9=
80aa908

commit f13da24715a75ce0fdac31062866877d980aa908
Author:     Florian Florensa <florian@florensa.me>
AuthorDate: 2018-02-16 09:53:22 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-06-23 16:39:18 +0000

    net/bpf: Fix writing of buffer bigger than PAGESIZE

    When allocating the mbuf we used m_get2 which fails
    if len is superior to MJUMPAGESIZE, if its the case,
    use m_getjcl instead.

    Reviewed by:    kp@
    PR:             205164
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/131

 sys/net/bpf.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 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-205164-7501-1OCZOq2LaE>