Files
linux/drivers/net/ethernet
xypron.glpk@gmx.de 8da07a393f net: hns: avoid null pointer dereference
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-23 13:54:03 -07:00
..
2016-03-01 15:19:43 -05:00
2016-04-18 14:53:21 -04:00
2016-02-25 16:51:05 -05:00
2016-02-17 16:15:45 -05:00
2016-04-28 14:21:15 -04:00
2016-05-20 19:50:07 -04:00