Re: [PATCH v3] tools/libbpf: signedness bug in btf_dedup_ref_type()
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2019-03-01 00:01:15
Also in:
bpf, kernel-janitors
From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2019-03-01 00:01:15
Also in:
bpf, kernel-janitors
On 02/28/2019 07:06 PM, Dan Carpenter wrote:
The "ref_type_id" variable needs to be signed for the error handling
to work.
Fixes: d5caef5b5655 ("btf: add BTF types deduplication algorithm")
Signed-off-by: Dan Carpenter <redacted>
Acked-by: Andrii Nakryiko <redacted>Applied, thanks!