summaryrefslogtreecommitdiffstats
path: root/LICENSES
diff options
context:
space:
mode:
authorBjörn Töpel2019-04-30 14:45:35 +0200
committerAlexei Starovoitov2019-05-05 08:26:22 +0200
commit0e6741f092979535d159d5a851f12c88bfb7cb9a (patch)
tree616ecde8b6710b37a1441ff9c61b5333930193b0 /LICENSES
parentselftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c (diff)
downloadkernel-qcow2-linux-0e6741f092979535d159d5a851f12c88bfb7cb9a.tar.gz
kernel-qcow2-linux-0e6741f092979535d159d5a851f12c88bfb7cb9a.tar.xz
kernel-qcow2-linux-0e6741f092979535d159d5a851f12c88bfb7cb9a.zip
libbpf: fix invalid munmap call
When unmapping the AF_XDP memory regions used for the rings, an invalid address was passed to the munmap() calls. Instead of passing the beginning of the memory region, the descriptor region was passed to munmap. When the userspace application tried to tear down an AF_XDP socket, the operation failed and the application would still have a reference to socket it wished to get rid of. Reported-by: William Tu <u9012063@gmail.com> Fixes: 1cad07884239 ("libbpf: add support for using AF_XDP sockets") Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: William Tu <u9012063@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions