about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-08-26 19:38:59 +0200
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-01-16 06:20:58 -0500
commit02d327633bf0184f9a2e8814f5614ecec1e1229e (patch)
treeb8973258ce8951a7dd90aebe8078c9f9cfd81c41 /ChangeLog
parent3e36f1f5391c49e0024d5001e8097aeb49fda824 (diff)
downloadglibc-02d327633bf0184f9a2e8814f5614ecec1e1229e.tar.gz
glibc-02d327633bf0184f9a2e8814f5614ecec1e1229e.tar.xz
glibc-02d327633bf0184f9a2e8814f5614ecec1e1229e.zip
__gconv_translit_find: Disable function [BZ #17187]
This functionality has never worked correctly, and the implementation
contained a security vulnerability (CVE-2014-5119).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccdfddf8ac..d23e631778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-08-26  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #17187]
+	* iconv/gconv_trans.c (struct known_trans, search_tree, lock,
+	trans_compare, open_translit, __gconv_translit_find):
+	Remove module loading code.
+
 2014-09-03  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #17325]