commit | a3c960899e042bc1c2b730a2115fa32da7802039 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Wed Jun 04 01:30:25 2008 +0900 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jun 05 04:02:31 2008 +0900 |
tree | d12d8270414bc113b0ae5b7ffc0d23096b30e193 | |
parent | e51171019bb0e1f9fb57c25bd2e38ce652eaea27 [diff] |
[IPV6] UDP: Possible dst leak in udpv6_sendmsg. ip6_sk_dst_lookup returns held dst entry. It should be released on all paths beyond this point. Add missed release when up->pending is set. Bug report and initial patch by Denis V. Lunev <den@openvz.org>. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Acked-by: Denis V. Lunev <den@openvz.org>