[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190903105523.GA29600@nautica>
Date: Tue, 3 Sep 2019 12:55:23 +0200
From: Dominique Martinet <asmadeus@...ewreck.org>
To: Jia-Ju Bai <baijiaju1990@...il.com>
Cc: ericvh@...il.com, lucho@...kov.net, davem@...emloft.net,
v9fs-developer@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: 9p: Fix possible null-pointer dereferences in
p9_cm_event_handler()
Jia-Ju,
Dominique Martinet wrote on Wed, Jul 24, 2019:
> Jia-Ju Bai wrote on Wed, Jul 24, 2019:
> > In p9_cm_event_handler(), there is an if statement on 260 to check
> > whether rdma is NULL, which indicates that rdma can be NULL.
> > If so, using rdma->xxx may cause a possible null-pointer dereference.
>
> The final dereference (complete(&rdma->cm_done) line 285) has been here
> from the start, so we would have seen crashes by now if rdma could be
> null at this point.
>
> Let's do it the other way around and remove the useless "if (rdma)" that
> has been here from day 1 instead ; I basically did the same with
> c->status a few months ago (from a coverity report)...
Did you get anywhere with this, or should I submit a new patch myself ?
In the later case I'll tag this as Reported-by you
Thanks,
--
Dominique
Powered by blists - more mailing lists