commit | 1730554f253deb65fe5112c54b2f898d5318a328 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Aug 03 18:13:44 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 03 18:13:44 2008 -0700 |
tree | 7e729db3456bd61fa477fc94e38586c97a3beabb | |
parent | adf044c8778de98dae29c5ce9973b7e43964674f [diff] |
ipv6: syncookies: free reqsk on xfrm_lookup error cookie_v6_check() did not call reqsk_free() if xfrm_lookup() fails, leaking the request sock. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>