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, 26 Feb 2020 20:38:23 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     rdunlap@...radead.org
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next] af_llc: fix if-statement empty body warning

From: Randy Dunlap <rdunlap@...radead.org>
Date: Tue, 25 Feb 2020 21:08:52 -0800

> From: Randy Dunlap <rdunlap@...radead.org>
> 
> When debugging via dprintk() is not enabled, make the dprintk()
> macro be an empty do-while loop, as is done in
> <linux/sunrpc/debug.h>.
> 
> This fixes a gcc warning when -Wextra is set:
> ../net/llc/af_llc.c:974:51: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
> 
> I have verified that there is not object code change (with gcc 7.5.0).
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ