From: Eric Dumazet
Date: Tue, 01 Dec 2015 07:20:07 -0800
> From: Eric Dumazet
>
> Dmitry Vyukov reported a memory leak using IPV6 SCTP sockets.
>
> We need to call inet6_destroy_sock() to properly release
> inet6 specific fields.
>
> Reported-by: Dmitry Vyukov
> Signed-off-by: Eric Dumazet
On 12/01/2015 04:20 PM, Eric Dumazet wrote:
From: Eric Dumazet
Dmitry Vyukov reported a memory leak using IPV6 SCTP sockets.
We need to call inet6_destroy_sock() to properly release
inet6 specific fields.
Reported-by: Dmitry Vyukov
Signed-off-by: Eric Dumazet
Acked-by: Daniel Borkmann
--
From: Eric Dumazet
Dmitry Vyukov reported a memory leak using IPV6 SCTP sockets.
We need to call inet6_destroy_sock() to properly release
inet6 specific fields.
Reported-by: Dmitry Vyukov
Signed-off-by: Eric Dumazet
---
net/sctp/socket.c |9 -
1 file changed, 8 insertions(+), 1 d