diff options
| author | Sergei Shtylyov <[email protected]> | 2016-03-08 01:36:28 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-03-10 16:06:49 -0500 |
| commit | c1b7fca65070bfadca94dd53a4e6b71cd4f69715 (patch) | |
| tree | 7ff171853047b435e711ac14a69f8bd31167dec1 /scripts/objdiff | |
| parent | f720d0caa0af2c33ad15310974c7320345ab4468 (diff) | |
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
In a low memory situation, if netdev_alloc_skb() fails on a first RX ring
loop iteration in sh_eth_ring_format(), 'rxdesc' is still NULL. Avoid
kernel oops by adding the 'rxdesc' check after the loop.
Reported-by: Wolfram Sang <[email protected]>
Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions