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
| ||
|
Message-ID: <ZG8MMOrqY27xr7wV@DEN-LT-70577> Date: Thu, 25 May 2023 07:20:16 +0000 From: Daniel Machon <daniel.machon@...rochip.com> To: Stephen Hemminger <stephen@...workplumber.org> 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. Thanks Stephen, Will make sure to change that in v2. /Daniel
Powered by blists - more mailing lists