commit | a78622932c27e8ec33e5ba180f3d2e87fb806b28 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu May 17 09:11:02 2018 -0500 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu May 17 22:44:49 2018 +0200 |
tree | 16ba4fb1fc64e9336d57c11cde5cbc3b728b9966 | |
parent | 0e4364560361d57e8cd873a8990327f3471d7d8a [diff] |
bpf: sockmap, fix double-free `e' is being freed twice. Fix this by removing one of the kfree() calls. Addresses-Coverity-ID: 1468983 ("Double free") Fixes: 81110384441a ("bpf: sockmap, add hash map support") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Acked-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>