[PATCH 0/2] libbpf: fixes for character arrays dump

From: Quentin Deslandes
Date: Sat Apr 13 2024 - 17:13:23 EST


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