From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code Date: Tue, 05 Dec 2017 14:55:45 -0500 (EST) Message-ID: <20171205.145545.438806261128549407.davem@davemloft.net> References: <5a25b7e1.08a5df0a.997e2.12bf@mx.google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: simo.ghannam@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:39612 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112AbdLETzr (ORCPT ); Tue, 5 Dec 2017 14:55:47 -0500 In-Reply-To: <5a25b7e1.08a5df0a.997e2.12bf@mx.google.com> Sender: netdev-owner@vger.kernel.org List-ID: From: simo.ghannam@gmail.com Date: Mon, 4 Dec 2017 22:02:06 +0100 > 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 Please eliminate this weird indentation in your commit messages. The text should be adjustest fully to the leftmost column with no unnecessary whitepsace. Thank you.