Patch #1 fixes an issue where character arrays in dumps would have their last bracket misaligned if a '\0' was found in the array. Patch #2 fixes an issue where only the first character array containing '\0' would be printed, the other ones would be dumped as empty. Quentin Deslandes (2): libbpf: fix misaligned array closing bracket libbpf: fix dump of subsequent char arrays tools/lib/bpf/btf_dump.c | 5 +++++ 1 file changed, 5 insertions(+) -- 2.44.0