From 931bd5b8596c62a0ef12c5a02e815a3eb5e4ced8 Mon Sep 17 00:00:00 2001 From: Andreas Wellving Date: Mon, 15 Oct 2018 15:46:37 +0200 Subject: CVE-2018-9363 update hunk from size that was incorrect Change-Id: I82c9ae0ebc9e8d77ef0e54827e7052212bef2935 --- ...2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/cve/CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch b/patches/cve/CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch index 8ebf70f..68cb169 100644 --- a/patches/cve/CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch +++ b/patches/cve/CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch @@ -37,7 +37,7 @@ diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 6f3eaf2..253975c 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c -@@ -431,9 +431,8 @@ static void hidp_del_timer(struct hidp_session *session) +@@ -431,8 +431,8 @@ static void hidp_del_timer(struct hidp_session *session) del_timer(&session->timer); } -- cgit v1.2.3-54-g00ecf