[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1512420060.19682.62.camel@gmail.com>
Date: Mon, 04 Dec 2017 12:41:00 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: simo.ghannam@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH] tcp/dccp: CVE-2017-8824: use-after-free in DCCP code
On Mon, 2017-12-04 at 21:27 +0100, simo.ghannam@...il.com wrote:
> From: Mohamed Ghannam <simo.ghannam@...il.com>
>
> 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 <simo.ghannam@...il.com>
> ---
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 <edumazet@...gle.com>
Thanks !
Powered by blists - more mailing lists