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]
Date:   Fri, 19 Apr 2019 11:56:58 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     john.hurley@...ronome.com
Cc:     jakub.kicinski@...ronome.com, simon.horman@...ronome.com,
        netdev@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH net-next 1/1] nfp: flower: fix size_t compile warning

From: John Hurley <john.hurley@...ronome.com>
Date: Thu, 18 Apr 2019 01:05:39 +0100

> A recent addition to NFP introduced a function that formats a string with
> a size_t variable. This is formatted with %ld which is fine on 64-bit
> architectures but produces a compile warning on 32-bit architectures.
> 
> Fix this by using the z length modifier.
> 
> Fixes: a6156a6ab0f9 ("nfp: flower: handle merge hint messages")
> Signed-off-by: John Hurley <john.hurley@...ronome.com>
> Acked-by: Jakub Kicinski <jakub.kicinski@...ronome.com>

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ