Files
twx-linux/net/ipv4
Sergey Vlasov 6af3412cff 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>
2007-04-27 14:26:22 -07:00
..
2007-03-23 12:49:21 -07:00
2007-04-06 03:43:14 -07:00
2007-01-25 13:35:06 -08:00
2007-03-09 10:50:26 -08:00