diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu/CVE-2017-14952.patch | 28 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_59.1.bb | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu/CVE-2017-14952.patch b/meta/recipes-support/icu/icu/CVE-2017-14952.patch new file mode 100644 index 0000000000..f759efc435 --- /dev/null +++ b/meta/recipes-support/icu/icu/CVE-2017-14952.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From fc83cd832725d3968011f118637b9f5d212e8717 Mon Sep 17 00:00:00 2001 | ||
2 | From: Ovidiu Panait <ovidiu.panait@windriver.com> | ||
3 | Date: Fri, 10 Nov 2017 16:51:25 +0200 | ||
4 | Subject: [PATCH] Removed redundant UVector entry clean up function call. | ||
5 | |||
6 | Upstream-Status: Backport | ||
7 | CVE: CVE-2017-14952 | ||
8 | |||
9 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | ||
10 | --- | ||
11 | i18n/zonemeta.cpp | 1 - | ||
12 | 1 file changed, 1 deletion(-) | ||
13 | |||
14 | diff --git a/i18n/zonemeta.cpp b/i18n/zonemeta.cpp | ||
15 | index 84a9657..e163b00 100644 | ||
16 | --- a/i18n/zonemeta.cpp | ||
17 | +++ b/i18n/zonemeta.cpp | ||
18 | @@ -690,7 +690,6 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) { | ||
19 | mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status); | ||
20 | if (U_FAILURE(status)) { | ||
21 | delete mzMappings; | ||
22 | - deleteOlsonToMetaMappingEntry(entry); | ||
23 | uprv_free(entry); | ||
24 | break; | ||
25 | } | ||
26 | -- | ||
27 | 2.10.2 | ||
28 | |||
diff --git a/meta/recipes-support/icu/icu_59.1.bb b/meta/recipes-support/icu/icu_59.1.bb index 31f017b370..9fb1be81cc 100644 --- a/meta/recipes-support/icu/icu_59.1.bb +++ b/meta/recipes-support/icu/icu_59.1.bb | |||
@@ -17,6 +17,7 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
17 | file://icu-pkgdata-large-cmd.patch \ | 17 | file://icu-pkgdata-large-cmd.patch \ |
18 | file://fix-install-manx.patch \ | 18 | file://fix-install-manx.patch \ |
19 | file://0001-i18n-Drop-include-xlocale.h.patch \ | 19 | file://0001-i18n-Drop-include-xlocale.h.patch \ |
20 | file://CVE-2017-14952.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI_append_class-target = "\ | 23 | SRC_URI_append_class-target = "\ |