From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH] tcp/dccp: CVE-2017-8824: use-after-free in DCCP code Date: Mon, 04 Dec 2017 12:48:28 -0800 Message-ID: <1512420508.19682.63.camel@gmail.com> References: <5a25afc4.919bdf0a.c917c.b05a@mx.google.com> <1512420060.19682.62.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: simo.ghannam@gmail.com, netdev@vger.kernel.org Return-path: Received: from mail-it0-f45.google.com ([209.85.214.45]:41347 "EHLO mail-it0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbdLDUsb (ORCPT ); Mon, 4 Dec 2017 15:48:31 -0500 Received: by mail-it0-f45.google.com with SMTP id x28so16130856ita.0 for ; Mon, 04 Dec 2017 12:48:30 -0800 (PST) In-Reply-To: <1512420060.19682.62.camel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2017-12-04 at 12:41 -0800, Eric Dumazet wrote: > On Mon, 2017-12-04 at 21:27 +0100, simo.ghannam@gmail.com wrote: > > From: Mohamed Ghannam > > > > Whenever the sock object is in DCCP_CLOSED state, > > dccp_disconnect() must free > > dccps_hc_tx_ccid and dccps_hc_rx_ccid and set to NULL. > > > > Signed-off-by: Mohamed Ghannam > > --- > > Small nit : white spaces in changelog where not needed : > > Whenever the sock object is in DCCP_CLOSED state, dccp_disconnect() > must free dccps_hc_tx_ccid and dccps_hc_rx_ccid and set them to NULL. > > Reviewed-by: Eric Dumazet > > Thanks ! > Also patch title mentions tcp, but this is not a tcp fix, only dccp [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code