[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190612104007.GK17989@gauss3.secunet.de>
Date: Wed, 12 Jun 2019 12:40:07 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Colin King <colin.king@...onical.com>
CC: Florian Westphal <fw@...len.de>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>, <netdev@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][next] xfrm: fix missing break on AF_INET6 case
On Wed, Jun 12, 2019 at 11:36:24AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> It appears that there is a missing break statement for the AF_INET6 case
> that falls through to the default WARN_ONCE case. I don't think that is
> intentional. Fix this by adding in the missing break.
>
> Addresses-Coverity: ("Missing break in switch")
> Fixes: 4c203b0454b5 ("xfrm: remove eth_proto value from xfrm_state_afinfo")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
I have already a patch from Florian in queue to fix this.
Thanks anyway!
Powered by blists - more mailing lists