summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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