Re: [PATCH net-next] bpf: libbpf: fix memleak by freeing line_info

2018-12-17 Thread Daniel Borkmann
On 12/17/2018 08:57 AM, Prashant Bhole wrote: > This patch fixes a memory leak in libbpf by freeing up line_info > member of struct bpf_program while unloading a program. > > Fixes: 3d65014146c6 ("bpf: libbpf: Add btf_line_info support to libbpf") > Signed-off-by: Prashant Bhole Applied to bpf-n

Re: [PATCH net-next] bpf: libbpf: fix memleak by freeing line_info

2018-12-17 Thread Martin Lau
On Mon, Dec 17, 2018 at 04:57:50PM +0900, Prashant Bhole wrote: > This patch fixes a memory leak in libbpf by freeing up line_info > member of struct bpf_program while unloading a program. > > Fixes: 3d65014146c6 ("bpf: libbpf: Add btf_line_info support to libbpf") > Signed-off-by: Prashant Bhole

[PATCH net-next] bpf: libbpf: fix memleak by freeing line_info

2018-12-16 Thread Prashant Bhole
This patch fixes a memory leak in libbpf by freeing up line_info member of struct bpf_program while unloading a program. Fixes: 3d65014146c6 ("bpf: libbpf: Add btf_line_info support to libbpf") Signed-off-by: Prashant Bhole --- tools/lib/bpf/libbpf.c | 1 + 1 file changed, 1 insertion(+) diff -