icu/CVE-2017-14952.patch
valeriak e72145c5f9 Add patches to fix CVE:
1.CVE-2016-6293
2.CVE-2016-7415
3.CVE-2017-7867
4.CVE-2017-7868
5.CVE-2017-14952
6.CVE-2017-15422
7.CVE-2020-10531
2020-09-15 10:55:54 +03:00

10 lines
454 B
Diff

Index: source/i18n/zonemeta.cpp
===================================================================
--- a/source/i18n/zonemeta.cpp (revision 40283)
+++ b/source/i18n/zonemeta.cpp (revision 40324)
@@ -682,5 +682,4 @@
if (U_FAILURE(status)) {
delete mzMappings;
- deleteOlsonToMetaMappingEntry(entry);
uprv_free(entry);
break;