Thread (3 messages) flat view 3 messages, 3 authors, 2020-03-28

Re: [PATCH bpf-next] xsk: Init all ring members in xsk_umem__create and xsk_socket__create

From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2020-03-28 17:14:32
Also in: bpf

On 3/28/20 10:18 AM, Magnus Karlsson wrote:
On Fri, Mar 27, 2020 at 4:40 AM Fletcher Dunn
[off-list ref] wrote:
quoted
Fix a sharp edge in xsk_umem__create and xsk_socket__create.  Almost all of
the members of the ring buffer structs are initialized, but the "cached_xxx"
variables are not all initialized.  The caller is required to zero them.
This is needlessly dangerous.  The results if you don't do it can be very bad.
For example, they can cause xsk_prod_nb_free and xsk_cons_nb_avail to return
values greater than the size of the queue.  xsk_ring_cons__peek can return an
index that does not refer to an item that has been queued.

I have confirmed that without this change, my program misbehaves unless I
memset the ring buffers to zero before calling the function.  Afterwards,
my program works without (or with) the memset.
Thank you Flecther for catching this. Appreciated.

/Magnus

Acked-by: Magnus Karlsson <magnus.karlsson@intel.com>
Applied, thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help