On Fri, Aug 21, 2020 at 4:00 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Fix copy-paste error in types compatibility check. Local type is accidentally > used instead of target type for the very first type check strictness check. > This can result in potentially less strict candidate comparison. Fix the > error. > > Fixes: 3fc32f40c402 ("libbpf: Implement type-based CO-RE relocations support") > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied. Thanks