diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-08-26 19:38:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-08-26 19:38:59 +0200 |
commit | a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8 (patch) | |
tree | cc3ae9c647c06ac364e336f9fb06c6c8ac3a6860 /ChangeLog | |
parent | e4e7cfd287686d26fce2218ed5b2d383db5e338a (diff) | |
download | glibc-a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8.tar.gz glibc-a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8.tar.xz glibc-a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 119e979a3e..254a59535a 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-08-26 Allan McRae <allan@archlinux.org> * po/vi.po: Update Vietnamese translation from translation project. |