lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 13 Apr 2024 23:12:56 +0200
From: Quentin Deslandes <qde@...cy.de>
To: bpf@...r.kernel.org
Cc: Andrii Nakryiko <andrii@...nel.org>,
	Eduard Zingerman <eddyz87@...il.com>,
	Alexei Starovoitov <ast@...nel.org>,
	Daniel Borkmann <daniel@...earbox.net>,
	Martin KaFai Lau <martin.lau@...ux.dev>,
	Song Liu <song@...nel.org>,
	Yonghong Song <yonghong.song@...ux.dev>,
	John Fastabend <john.fastabend@...il.com>,
	KP Singh <kpsingh@...nel.org>,
	Stanislav Fomichev <sdf@...gle.com>,
	Hao Luo <haoluo@...gle.com>,
	Jiri Olsa <jolsa@...nel.org>,
	linux-kernel@...r.kernel.org,
	kernel-team@...a.com,
	Quentin Deslandes <qde@...cy.de>
Subject: [PATCH 0/2] libbpf: fixes for character arrays dump

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ