summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2014-09-13 08:06:30 +0400
committerDavid S. Miller <davem@davemloft.net>2014-09-14 01:37:49 +0400
commitc0d1379a19c3dde3c32be50164997d246241c1e4 (patch)
treebab2f0bb3c42e17d571f8fcc20bffa5ebd89e2ab /drivers
parent3fc8867740b4a0bf56f372c6f5ddd14970962fb1 (diff)
downloadlinux-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