mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
6dcc8239be
* gnu/packages/patches/icu4c-CVE-2017-14952.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c-fixed): New variable.
18 lines
684 B
Diff
18 lines
684 B
Diff
Fix CVE-2017-14952:
|
|
|
|
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14952
|
|
|
|
Patch copied from upstream source repository:
|
|
|
|
http://bugs.icu-project.org/trac/changeset/40324/trunk/icu4c/source/i18n/zonemeta.cpp#file0
|
|
|
|
Index: trunk/icu4c/source/i18n/zonemeta.cpp
|
|
===================================================================
|
|
--- icu/source/i18n/zonemeta.cpp (revision 40283)
|
|
+++ icu/source/i18n/zonemeta.cpp (revision 40324)
|
|
@@ -691,5 +691,4 @@
|
|
if (U_FAILURE(status)) {
|
|
delete mzMappings;
|
|
- deleteOlsonToMetaMappingEntry(entry);
|
|
uprv_free(entry);
|
|
break;
|