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-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241112014410.279250-1-luoyifan@cmss.chinamobile.com>
Date: Tue, 12 Nov 2024 09:44:10 +0800
From: Luo Yifan <luoyifan@...s.chinamobile.com>
To: qmo@...nel.org
Cc: andrii@...nel.org,
	ast@...nel.org,
	bpf@...r.kernel.org,
	daniel@...earbox.net,
	eddyz87@...il.com,
	haoluo@...gle.com,
	john.fastabend@...il.com,
	jolsa@...nel.org,
	kpsingh@...nel.org,
	linux-kernel@...r.kernel.org,
	luoyifan@...s.chinamobile.com,
	martin.lau@...ux.dev,
	sdf@...ichev.me,
	song@...nel.org,
	yonghong.song@...ux.dev
Subject: Re: [PATCH] bpftool: Fix incorrect format specifier for var

Hello, this is not a bug, but a minor change to eliminate a static checker warning. Since the var parameter has been cast to unsigned long long, the corresponding format specifier should be %llu instead of %lld.



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ