]> 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)
commit1ff8393c7cc2aac2aa85edf1723e08c07c0f8a02
tree147fe0ff12046cabcb3a4c39d07a751b79707ddb
parent725eb202aa23ea33289b28342cc7bb18978e4eb3
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"

This reverts commit 725eb202aa23ea33289b28342cc7bb18978e4eb3.

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