Dmitry Popov a3bdb549e3 tcp: cookie transactions setsockopt memory leak
There is a bug in do_tcp_setsockopt(net/ipv4/tcp.c),
TCP_COOKIE_TRANSACTIONS case.
In some cases (when tp->cookie_values == NULL) new tcp_cookie_values
structure can be allocated (at cvp), but not bound to
tp->cookie_values. So a memory leak occurs.

Signed-off-by: Dmitry Popov <dp@highloadlab.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-30 23:04:07 -07:00
..
2009-10-18 18:52:53 -07:00
2010-02-22 16:20:22 -08:00
2010-05-17 17:18:50 -07:00
2009-11-13 20:46:58 -08:00
2010-04-28 15:31:51 -07:00
2010-02-22 16:20:22 -08:00
2010-05-17 22:36:55 -07:00
2008-10-07 08:38:24 +11:00
2010-05-17 17:18:50 -07:00
2010-03-21 18:31:35 -07:00
2009-09-14 17:03:01 -07:00
2010-05-17 17:18:51 -07:00
2009-03-02 03:00:15 -08:00
2009-03-02 03:00:15 -08:00
2009-05-25 22:44:59 -07:00
2010-01-17 19:16:02 -08:00
2010-07-04 11:46:07 -07:00