On 1/24/20 12:18 PM, Andrii Nakryiko wrote: > Fix bug requesting invalid size of reallocated array when constructing CO-RE > relocation candidate list. This can cause problems if there are many potential > candidates and a very fine-grained memory allocator bucket sizes are used. > > Fixes: ddc7c3042614 ("libbpf: implement BPF CO-RE offset relocation algorithm") > Reported-by: William Smith <williampsmith@xxxxxx> > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Yonghong Song <yhs@xxxxxx>