Re: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code

2017-12-05 Thread David Miller
From: simo.ghan...@gmail.com Date: Tue, 5 Dec 2017 20:58:35 + > 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 Applied and queued up for

Re: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code

2017-12-05 Thread Eric Dumazet
On Tue, 2017-12-05 at 20:58 +, simo.ghan...@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 > --- Reviewed-by: Eric Dumaz

Re: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code

2017-12-05 Thread David Miller
From: simo.ghan...@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 elimi

Re: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code

2017-12-04 Thread Eric Dumazet
On Mon, 2017-12-04 at 22:02 +0100, simo.ghan...@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 > --- Reviewed-b