commit | 52383678a8ac80e6679f94f60c897f9292e0e8b9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jun 26 00:05:23 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 26 00:05:23 2006 -0700 |
tree | 071aa3fe0dd9124a645ef4c9cc7b769a5b034d91 | |
parent | 068c6e98bc7ec4419299b38cd40be26ebf4bdeda [diff] |
[NETROM]: Fix possible null pointer dereference. If in nr_link_failed the neighbour list is non-empty but the node list is empty we'll end dereferencing a in a NULL pointer. This fixes coverity 362. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>