git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5b6e1
)
netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6
author
Eric Dumazet
<edumazet@google.com>
Sun, 24 Jun 2012 21:58:23 +0000
(21:58 +0000)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 25 Jun 2012 10:07:09 +0000
(12:07 +0200)
After call to ip6_route_output() we must release dst or we leak it.
Also should test dst->error, as ip6_route_output() never returns NULL.
Use boolean while we are at it.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found