Re: [PATCH 1/2] tools, bpftool: Avoid array index warnings.

From: Tobias Klauser
Date: Wed Oct 28 2020 - 19:14:29 EST


On 2020-10-28 at 00:36:45 +0100, Ian Rogers <irogers@xxxxxxxxxx> wrote:
> The bpf_caps array is shorter without CAP_BPF, avoid out of bounds reads
> if this isn't defined. Working around this avoids -Wno-array-bounds with
> clang.
>
> Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>

Reviewed-by: Tobias Klauser <tklauser@xxxxxxxxxx>