diff options
author | Dmitry Popov <dp@highloadlab.com> | 2010-07-29 01:59:36 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-30 23:04:07 -0700 |
commit | a3bdb549e30e7a263f7a589747c40e9c50110315 (patch) | |
tree | ac14f82ebe454fdbc00c3f1298a293e03e1f1592 /sound | |
parent | eeaf61d8891f9c9ed12c1a667e72bf83f0857954 (diff) | |
download | talos-op-linux-a3bdb549e30e7a263f7a589747c40e9c50110315.tar.gz talos-op-linux-a3bdb549e30e7a263f7a589747c40e9c50110315.zip |
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>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions