diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2014-09-13 08:06:30 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-14 01:37:49 +0400 |
commit | c0d1379a19c3dde3c32be50164997d246241c1e4 (patch) | |
tree | bab2f0bb3c42e17d571f8fcc20bffa5ebd89e2ab /drivers | |
parent | 3fc8867740b4a0bf56f372c6f5ddd14970962fb1 (diff) | |
download | linux-c0d1379a19c3dde3c32be50164997d246241c1e4.tar.xz |
net: bpf: correctly handle errors in sk_attach_filter()
Commit "net: bpf: make eBPF interpreter images read-only" has changed bpf_prog
to be vmalloc()ed but never handled some of the errors paths of the old code.
On error within sk_attach_filter (which userspace can easily trigger), we'd
kfree() the vmalloc()ed memory, and leak the internal bpf_work_struct.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions