Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755013AbbLAPzj (ORCPT ); Tue, 1 Dec 2015 10:55:39 -0500 Received: from www62.your-server.de ([213.133.104.62]:37956 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752161AbbLAPzh (ORCPT ); Tue, 1 Dec 2015 10:55:37 -0500 Message-ID: <565DC2EC.7020206@iogearbox.net> Date: Tue, 01 Dec 2015 16:55:24 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Eric Dumazet CC: Dmitry Vyukov , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev , LKML , Vlad Yasevich , Neil Horman , linux-sctp@vger.kernel.org, syzkaller , Kostya Serebryany , Alexander Potapenko , Sasha Levin , Eric Dumazet Subject: Re: [PATCH net] ipv6: sctp: implement sctp_v6_destroy_sock() References: <1448977016.25582.18.camel@edumazet-glaptop2.roam.corp.google.com> <565DA9BE.3060006@iogearbox.net> <1448979404.25582.23.camel@edumazet-glaptop2.roam.corp.google.com> <565DAD8D.9020800@iogearbox.net> <1448980723.25582.24.camel@edumazet-glaptop2.roam.corp.google.com> <1448983207.25582.29.camel@edumazet-glaptop2.roam.corp.google.com> In-Reply-To: <1448983207.25582.29.camel@edumazet-glaptop2.roam.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 638 Lines: 17 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/