[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100819121942.GA14895@linux-ox1b.qlogic.org>
Date: Thu, 19 Aug 2010 05:19:42 -0700
From: Ron Mercer <ron.mercer@...gic.com>
To: Dan Carpenter <error27@...il.com>
Cc: Linux Driver <Linux-Driver@...gic.com>,
"David S. Miller" <davem@...emloft.net>,
Breno Leitao <leitao@...ux.vnet.ibm.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>
Subject: Re: [patch] qlge: pull NULL check ahead of dereference
On Thu, Aug 19, 2010 at 03:02:15AM -0700, Dan Carpenter wrote:
> There was a dereference before NULL check issue introduced in 1e213303d
> "qlge: Add tx multiqueue support." I've pulled the NULL check of
> "net_rsp" forward a couple lines to restore the original semantics.
>
net_rsp is initialized to NULL and will never be NULL if entries are
processed. It should be fine as it is currently coded.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists