Re: [PATCH] tools/libbpf: Avoid possibly using uninitialized variable

From: Daniel Borkmann
Date: Tue Feb 20 2018 - 15:32:29 EST


On 02/20/2018 02:00 AM, Jeremy Cline wrote:
> Fixes a GCC maybe-uninitialized warning introduced by 48cca7e44f9f.
> "text" is only initialized inside the if statement so only print debug
> info there.
>
> Signed-off-by: Jeremy Cline <jeremy@xxxxxxxxxx>

Looks good, applied to bpf tree, thanks Jeremy!