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

Quentin Deslandes posted 2 patches 1 year, 10 months ago
tools/lib/bpf/btf_dump.c | 5 +++++
1 file changed, 5 insertions(+)
[PATCH 0/2] libbpf: fixes for character arrays dump
Posted by Quentin Deslandes 1 year, 10 months ago
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