IPV4: Fix OOPS'er added to netlink fib.
commitea7b9588095271bc8cb6a7125977a78d39822d44
authorSergey Vlasov <vsu@altlinux.ru>
Fri, 27 Apr 2007 09:18:35 +0000 (27 02:18 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 21:48:16 +0000 (27 14:48 -0700)
tree7f0e64298fb6dcfc370760548d3abfdc1ff6acb9
parentde46c33745f5e2ad594c72f2cf5f490861b16ce1
IPV4: Fix OOPS'er added to netlink fib.

[IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res)

When CONFIG_IP_MULTIPLE_TABLES is enabled, the code in nl_fib_lookup()
needs to initialize the res.r field before fib_res_put(&res) - unlike
fib_lookup(), a direct call to ->tb_lookup does not set this field.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/fib_frontend.c