From 9a09d20695793a5e48c7ee2b892e3626826a72c0 Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 30 Oct 2017 22:46:23 -0400 Subject: [PATCH] Disable patch for CVE-2016-0819 --- .../Linux_CVEs/CVE-2016-0819/ANY/{0.patch => 0.patch.disabled} | 0 .../LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh | 1 - .../CVE_Patchers/android_kernel_samsung_smdk4412.sh | 1 - 3 files changed, 2 deletions(-) rename Patches/Linux_CVEs/CVE-2016-0819/ANY/{0.patch => 0.patch.disabled} (100%) diff --git a/Patches/Linux_CVEs/CVE-2016-0819/ANY/0.patch b/Patches/Linux_CVEs/CVE-2016-0819/ANY/0.patch.disabled similarity index 100% rename from Patches/Linux_CVEs/CVE-2016-0819/ANY/0.patch rename to Patches/Linux_CVEs/CVE-2016-0819/ANY/0.patch.disabled diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh index 9aedcd8b..f12abaaf 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh @@ -5,7 +5,6 @@ git apply $cvePatches/CVE-2014-9900/ANY/0.patch git apply $cvePatches/CVE-2015-4177/ANY/0.patch git apply $cvePatches/CVE-2015-7515/ANY/0.patch git apply $cvePatches/CVE-2015-8944/ANY/0.patch -#git apply $cvePatches/CVE-2016-0819/ANY/0.patch git apply $cvePatches/CVE-2016-2475/ANY/0.patch git apply $cvePatches/CVE-2016-8453/ANY/0.patch git apply $cvePatches/CVE-2016-8464/3.10/0.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh index f74174ee..1cb82a47 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh @@ -7,7 +7,6 @@ git apply $cvePatches/CVE-2014-9781/ANY/0.patch git apply $cvePatches/CVE-2014-9870/ANY/0.patch git apply $cvePatches/CVE-2014-9900/ANY/0.patch git apply $cvePatches/CVE-2015-8944/ANY/0.patch -git apply $cvePatches/CVE-2016-0819/ANY/0.patch git apply $cvePatches/CVE-2016-2185/ANY/0.patch git apply $cvePatches/CVE-2016-2186/ANY/0.patch git apply $cvePatches/CVE-2016-2544/ANY/0.patch