Skip to content
Commit a481649e authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'bpf-test-prog-fixes'



I say:

====================
Fix some bpf program testing framework bugs

This series fixes two issue:

1) Accidental user pointer dereference in bpf_test_finish()

2) The packet data given to the test programs is not aligned correctly

The first issue is fixed simply because we have a kernel side copy
of the datastructure in question already.  And the second bug is
a simple matter of applying NET_IP_ALIGN where needed.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 4e9c3a66 586f8525
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment