linux-stable/tools/net
Daniel Borkmann 8b138da62f bpf_dbg: always close socket in bpf_runnable
We must not leave the socket intact in bpf_runnable(). The socket
is used to test if the filter code is being accepted by the kernel
or not. So right after we do the setsockopt(2), we need to close
it again.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-17 17:11:00 -05:00
..
bpf_asm.c filter: bpf_asm: add minimal bpf asm tool 2013-12-11 20:28:35 -05:00
bpf_dbg.c bpf_dbg: always close socket in bpf_runnable 2013-12-17 17:11:00 -05:00
bpf_exp.l filter: bpf_asm: add minimal bpf asm tool 2013-12-11 20:28:35 -05:00
bpf_exp.y filter: bpf_asm: add minimal bpf asm tool 2013-12-11 20:28:35 -05:00
bpf_jit_disasm.c
Makefile filter: bpf_asm: add minimal bpf asm tool 2013-12-11 20:28:35 -05:00