[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240830163737.GV1368797@kernel.org>
Date: Fri, 30 Aug 2024 17:37:37 +0100
From: Simon Horman <horms@...nel.org>
To: Florian Westphal <fw@...len.de>
Cc: netdev@...r.kernel.org, steffen.klassert@...unet.com,
Julian Wiedmann <jwiedmann.dev@...il.com>
Subject: Re: [PATCH ipsec-next] xfrm: policy: fix null dereference
On Fri, Aug 30, 2024 at 04:39:10PM +0200, Florian Westphal wrote:
> Julian Wiedmann says:
> > + if (!xfrm_pol_hold_rcu(ret))
>
> Coverity spotted that ^^^ needs a s/ret/pol fix-up:
>
> > CID 1599386: Null pointer dereferences (FORWARD_NULL)
> > Passing null pointer "ret" to "xfrm_pol_hold_rcu", which dereferences it.
>
> Ditch the bogus 'ret' variable.
>
> Fixes: 563d5ca93e88 ("xfrm: switch migrate to xfrm_policy_lookup_bytype")
> Reported-by: Julian Wiedmann <jwiedmann.dev@...il.com>
> Closes: https://lore.kernel.org/netdev/06dc2499-c095-4bd4-aee3-a1d0e3ec87c4@gmail.com/
> Signed-off-by: Florian Westphal <fw@...len.de>
Reviewed-by: Simon Horman <horms@...nel.org>
Powered by blists - more mailing lists