On Mon, 2017-12-04 at 12:41 -0800, Eric Dumazet wrote: > On Mon, 2017-12-04 at 21:27 +0100, simo.ghan...@gmail.com wrote: > > From: Mohamed Ghannam <simo.ghan...@gmail.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.ghan...@gmail.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 <eduma...@google.com> > > 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