[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429024817-21561-1-git-send-email-honli@redhat.com>
Date: Tue, 14 Apr 2015 23:20:13 +0800
From: Honggang Li <honli@...hat.com>
To: roland@...nel.org, sean.hefty@...el.com, hal.rosenstock@...il.com,
kaber@...sh.net, davem@...emloft.net, alex.estrin@...el.com,
dledford@...hat.com, edumazet@...gle.com, erezsh@...lanox.com,
nicolas.dichtel@...nd.com, maheshb@...gle.com, jbenc@...hat.com,
ebiederm@...ssion.com, elfring@...rs.sourceforge.net,
f.fainelli@...il.com, linux@...ck-us.net, andrew@...n.ch,
sfeldma@...il.com, alexander.h.duyck@...el.com,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Cc: Honggang Li <honli@...hat.com>
Subject: [PATCH linux-next 0/4] fix possile NULL pointer dereference in ndo_get_iflink callback functions
The four callback functions deferference the pointers without test.
As ipoib_get_iflink failed, it is a good reason to fix the other three
functions. Those functions will return zero on error, as valid ifindex
greater than zero.
I understand that those simple patches should be emerged into a single
patch. However, those files have be maintained by different maintainers.
So, I split it for review. It also will be convenient to remove one or
more patches with the rest not be affected.
Honggang Li (4):
infiniband/ipoib: fix possible NULL pointer dereference in
ipoib_get_iflink
ipvlan: fix possible NULL pointer dereference in ipvlan_get_iflink
macvlan: fix possible NULL pointer dereference in macvlan_dev_get_iflink
net/dsa: fix possible NULL pointer dereference in dsa_slave_get_iflink
drivers/infiniband/ulp/ipoib/ipoib_main.c | 5 ++++-
drivers/net/ipvlan/ipvlan_main.c | 5 ++++-
drivers/net/macvlan.c | 4 +++-
net/dsa/slave.c | 5 ++++-
4 files changed, 15 insertions(+), 4 deletions(-)
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists