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] [day] [month] [year] [list]
Message-Id: <20201001.184544.2087043514608904373.davem@davemloft.net>
Date:   Thu, 01 Oct 2020 18:45:44 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     yebin10@...wei.com
Cc:     kuba@...nel.org, netdev@...r.kernel.org, hulkci@...wei.com
Subject: Re: [PATCH 1/2] pktgen: Fix inconsistent of format with argument
 type in pktgen.c

From: Ye Bin <yebin10@...wei.com>
Date: Wed, 30 Sep 2020 09:08:37 +0800

> Fix follow warnings:
> [net/core/pktgen.c:925]: (warning) %u in format string (no. 1)
> 	requires 'unsigned int' but the argument type is 'signed int'.
> [net/core/pktgen.c:942]: (warning) %u in format string (no. 1)
> 	requires 'unsigned int' but the argument type is 'signed int'.
> [net/core/pktgen.c:962]: (warning) %u in format string (no. 1)
> 	requires 'unsigned int' but the argument type is 'signed int'.
> [net/core/pktgen.c:984]: (warning) %u in format string (no. 1)
> 	requires 'unsigned int' but the argument type is 'signed int'.
> [net/core/pktgen.c:1149]: (warning) %d in format string (no. 1)
> 	requires 'int' but the argument type is 'unsigned int'.
> 
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Ye Bin <yebin10@...wei.com>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ