]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Jun 2012 08:12:19 +0000 (01:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Jun 2012 08:12:19 +0000 (01:12 -0700)
commit2342e1e6f16906c2cadb65b49f4bd70e33031fe5
tree147fe0ff12046cabcb3a4c39d07a751b79707ddb
parent992777f4a4459b84937a839cf03cfe71ead83dc6
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"

This reverts commit 992777f4a4459b84937a839cf03cfe71ead83dc6.

It causes crashes, because now ip6_null_entry is used before
it is initialized.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/ip6_fib.c
net/ipv6/route.c