aboutsummaryrefslogtreecommitdiffstats
path: root/main/icu/CVE-2015-1270.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/icu/CVE-2015-1270.patch')
-rw-r--r--main/icu/CVE-2015-1270.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/icu/CVE-2015-1270.patch b/main/icu/CVE-2015-1270.patch
deleted file mode 100644
index 57e128f7b3..0000000000
--- a/main/icu/CVE-2015-1270.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: /icu/trunk/source/common/ucnv_io.cpp
-===================================================================
---- source/common/ucnv_io.cpp (revision 37485)
-+++ source/common/ucnv_io.cpp (revision 37486)
-@@ -2,5 +2,5 @@
- ******************************************************************************
- *
--* Copyright (C) 1999-2013, International Business Machines
-+* Copyright (C) 1999-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- *
-@@ -745,5 +745,5 @@
- * again. This behaviour is similar to how ICU4J does it.
- */
-- if (aliasTmp[0] == 'x' || aliasTmp[1] == '-') {
-+ if (aliasTmp[0] == 'x' && aliasTmp[1] == '-') {
- aliasTmp = aliasTmp+2;
- } else {