Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jul 2020 16:47:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 230274] linuxulator and cloudabi don't handle multiple mbufs in a control message chain
Message-ID:  <bug-230274-4077-HLtB8hZRqo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230274-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230274-4077@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=3D230274

--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Alexander Leidinger from comment #1)
You might compare handling of the "controlp =3D=3D NULL" case in kern_recvi=
t() with
the handling of the "control !=3D NULL" case in linux_recvmsg_common().  The
former iterates over all mbufs in the chain, the latter does not.

--=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-230274-4077-HLtB8hZRqo>