commit | fab2caf62ed03d83bd3a3598b859c3c345a8e8b5 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <mita@miraclelinux.com> | Tue Aug 29 02:15:24 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Aug 29 21:22:18 2006 -0700 |
tree | b72cbc8e158fe6d7f71f21d3007a47eba41123b3 | |
parent | 3fdf3f0c99e90e167f0d0643fcc8739e27456697 [diff] |
[NETLINK]: Call panic if nl_table allocation fails This patch makes crash happen if initialization of nl_table fails in initcalls. It is better than getting use after free crash later. Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>