Re: [PATCH 108/141] netfilter: ipt_REJECT: Fix fall-through warnings for Clang
From: Florian Westphal <fw@strlen.de>
Date: 2020-11-20 22:49:42
Also in:
linux-hardening, lkml, netfilter-devel
From: Florian Westphal <fw@strlen.de>
Date: 2020-11-20 22:49:42
Also in:
linux-hardening, lkml, netfilter-devel
Gustavo A. R. Silva [off-list ref] wrote:
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case.
Acked-by: Florian Westphal <fw@strlen.de>