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-next>] [day] [month] [year] [list]
Date:	Fri, 07 Mar 2014 03:00:53 +0100
From:	Bernhard Rosenkränzer <bero@...dev.ch>
To:	netdev@...r.kernel.org
Subject: [PATCH] iproute2: Fix warnings with gcc 4.9 and clang 3.4

Hi,
the latest compilers (gcc 4.9 and clang 3.4) issue warnings when doing 
an incomplete struct initialization (e.g. "struct tc_sizespec s = 
{0};").

Since many people like to compile lower level bits and pieces with 
-Werror, this should probably be fixed. Patch attached.

ttyl
bero
View attachment "iproute2-compilerwarnings.patch" of type "text/x-diff" (2357 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ