Re: [PATCH net] ipv6: sctp: implement sctp_v6_destroy_sock()

2015-12-03 Thread David Miller
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

Re: [PATCH net] ipv6: sctp: implement sctp_v6_destroy_sock()

2015-12-01 Thread Daniel Borkmann
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 --

[PATCH net] ipv6: sctp: implement sctp_v6_destroy_sock()

2015-12-01 Thread Eric Dumazet
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