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:41:00 -0800 Message-ID: <1512420060.19682.62.camel@gmail.com> References: <5a25afc4.919bdf0a.c917c.b05a@mx.google.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-f54.google.com ([209.85.214.54]:38598 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752289AbdLDUlC (ORCPT ); Mon, 4 Dec 2017 15:41:02 -0500 Received: by mail-it0-f54.google.com with SMTP id r6so9890660itr.3 for ; Mon, 04 Dec 2017 12:41:02 -0800 (PST) In-Reply-To: <5a25afc4.919bdf0a.c917c.b05a@mx.google.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 !