summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2018-10-15 15:46:37 +0200
committerAdrian Dudau <Adrian.Dudau@enea.com>2018-10-16 16:56:00 +0200
commit931bd5b8596c62a0ef12c5a02e815a3eb5e4ced8 (patch)
treeae6f4a542bb0a39295e647707711f4b431694929
parent2b13520ce5a70d31f28509cf7f289bd76047cf65 (diff)
downloadenea-kernel-cache-931bd5b8596c62a0ef12c5a02e815a3eb5e4ced8.tar.gz
CVE-2018-9363 update hunk from size that was incorrect
Change-Id: I82c9ae0ebc9e8d77ef0e54827e7052212bef2935
-rw-r--r--patches/cve/CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch2
1 files changed, 1 insertions, 1 deletions
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
37index 6f3eaf2..253975c 100644 37index 6f3eaf2..253975c 100644
38--- a/net/bluetooth/hidp/core.c 38--- a/net/bluetooth/hidp/core.c
39+++ b/net/bluetooth/hidp/core.c 39+++ b/net/bluetooth/hidp/core.c
40@@ -431,9 +431,8 @@ static void hidp_del_timer(struct hidp_session *session) 40@@ -431,8 +431,8 @@ static void hidp_del_timer(struct hidp_session *session)
41 del_timer(&session->timer); 41 del_timer(&session->timer);
42 } 42 }
43 43