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]
Date: Mon, 22 May 2023 14:33:41 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Daniel Machon <daniel.machon@...rochip.com>
Cc: <netdev@...r.kernel.org>, <dsahern@...nel.org>, <petrm@...dia.com>,
 <UNGLinuxDriver@...rochip.com>
Subject: Re: [PATCH iproute2-next 3/9] dcb: app: modify dcb-app print
 functions for dcb-rewr reuse

On Mon, 22 May 2023 20:41:06 +0200
Daniel Machon <daniel.machon@...rochip.com> wrote:

> +int dcb_app_print_pid_dec(__u16 protocol)
>  {
> -	return print_uint(PRINT_ANY, NULL, "%d:", protocol);
> +	return print_uint(PRINT_ANY, NULL, "%d", protocol);
>  }

Should be %u for unsigned value.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ