From ba1ae3317f7a021ff91b969f5226500c6d879367 Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Tue, 30 Jan 2018 22:41:05 +0000 Subject: Update libre/linux-libre to 4.14.15-gnu --- ...0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libre/linux-libre/0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch') diff --git a/libre/linux-libre/0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch b/libre/linux-libre/0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch index d7872e2a1..da886c8a5 100644 --- a/libre/linux-libre/0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch +++ b/libre/linux-libre/0003-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch @@ -1,10 +1,10 @@ -From b81e273fb227373a2951c7256ab11a87d5333a9d Mon Sep 17 00:00:00 2001 -Message-Id: -In-Reply-To: -References: +From 8514970bf07bd1cc522f50e882e0159a51a39264 Mon Sep 17 00:00:00 2001 +Message-Id: <8514970bf07bd1cc522f50e882e0159a51a39264.1516188238.git.jan.steffens@gmail.com> +In-Reply-To: <4e54373158caa50df5402fdd3db1794c5394026b.1516188238.git.jan.steffens@gmail.com> +References: <4e54373158caa50df5402fdd3db1794c5394026b.1516188238.git.jan.steffens@gmail.com> From: Mohamed Ghannam Date: Tue, 5 Dec 2017 20:58:35 +0000 -Subject: [PATCH 3/7] dccp: CVE-2017-8824: use-after-free in DCCP code +Subject: [PATCH 2/4] dccp: CVE-2017-8824: use-after-free in DCCP code Whenever the sock object is in DCCP_CLOSED state, dccp_disconnect() must free dccps_hc_tx_ccid and @@ -18,7 +18,7 @@ Signed-off-by: David S. Miller 1 file changed, 5 insertions(+) diff --git a/net/dccp/proto.c b/net/dccp/proto.c -index b68168fcc06aa198..9d43c1f4027408f3 100644 +index b68168fcc06a..9d43c1f40274 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c @@ -259,25 +259,30 @@ int dccp_disconnect(struct sock *sk, int flags) -- cgit v1.2.3