Skip to content
Snippets Groups Projects
Commit 912a41a4 authored by Sergey Vlasov's avatar Sergey Vlasov Committed by David S. Miller
Browse files

[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: default avatarSergey Vlasov <vsu@altlinux.ru>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ebbd90a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment