summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu/CVE-2017-14952.patch
blob: f759efc4350933ffe566745ef7f28d6c2fe0c1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From fc83cd832725d3968011f118637b9f5d212e8717 Mon Sep 17 00:00:00 2001
From: Ovidiu Panait <ovidiu.panait@windriver.com>
Date: Fri, 10 Nov 2017 16:51:25 +0200
Subject: [PATCH] Removed redundant UVector entry clean up function call.

Upstream-Status: Backport
CVE: CVE-2017-14952

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
---
 i18n/zonemeta.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/i18n/zonemeta.cpp b/i18n/zonemeta.cpp
index 84a9657..e163b00 100644
--- a/i18n/zonemeta.cpp
+++ b/i18n/zonemeta.cpp
@@ -690,7 +690,6 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) {
                     mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status);
                     if (U_FAILURE(status)) {
                         delete mzMappings;
-                        deleteOlsonToMetaMappingEntry(entry);
                         uprv_free(entry);
                         break;
                     }
-- 
2.10.2