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:   Wed, 20 Dec 2017 01:36:47 +0100
From:   Daniel Borkmann <daniel@...earbox.net>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH bpf-next] libbpf: Fix build errors.

On 12/19/2017 09:53 PM, David Miller wrote:
> 
> These elf object pieces are of type Elf64_Xword and therefore could be
> "long long" on some builds.
> 
> Cast to "long long" and use printf format %lld to deal with this since
> we are building with -Werror=format.
> 
> Signed-off-by: David S. Miller <davem@...emloft.net>

Applied to bpf-next, thanks David!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ