Files
libbpf/src
Andrii Nakryiko 9f006f1ed6 libbpf: Fix using invalidated memory in bpf_linker
add_dst_sec() can invalidate bpf_linker's section index making
dst_symtab pointer pointing into unallocated memory. Reinitialize
dst_symtab pointer on each iteration to make sure it's always valid.

Fixes: faf6ed321cf6 ("libbpf: Add BPF static linker APIs")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211124002325.1737739-7-andrii@kernel.org
2021-11-26 13:51:29 -08:00
..
2021-11-12 23:46:09 -08:00
2021-11-16 13:17:03 -08:00
2021-11-01 15:10:25 -07:00
2018-10-09 21:56:40 -07:00
2021-10-06 14:40:18 -07:00
2021-11-03 16:00:04 -07:00