Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405629
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/1] net: hns: avoid null pointer dereference |
| Date | 2016-05-23 23:00 +0200 |
| Message-ID | <rC57d-2h8-35@gated-at.bofh.it> (permalink) |
| References | <rAu9H-7pe-3@gated-at.bofh.it> <rABNT-3Uc-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Heinrich Schuchardt <xypron.glpk@gmx.de> Date: Thu, 19 May 2016 21:20:55 +0200 > In the statement > assert(priv || priv->ae_handle); > the right side of || is only evaluated if priv is null. > > v2: > As suggested by David Leight and David Miller the assert > statements are removed. > > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Applied.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/1] net: hns: avoid null pointer dereference Heinrich Schuchardt <xypron.glpk@gmx.de> - 2016-05-17 22:10 +0200
Re: [PATCH 1/1] net: hns: avoid null pointer dereference Yisen Zhuang <Yisen.zhuang@huawei.com> - 2016-05-18 03:10 +0200
RE: [PATCH 1/1] net: hns: avoid null pointer dereference David Laight <David.Laight@ACULAB.COM> - 2016-05-19 13:20 +0200
[PATCH v2 1/1] net: hns: avoid null pointer dereference Heinrich Schuchardt <xypron.glpk@gmx.de> - 2016-05-19 21:30 +0200
Re: [PATCH v2 1/1] net: hns: avoid null pointer dereference David Miller <davem@davemloft.net> - 2016-05-23 23:00 +0200
Re: [PATCH 1/1] net: hns: avoid null pointer dereference David Miller <davem@davemloft.net> - 2016-05-19 20:30 +0200
csiph-web