diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-26 11:43:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-10-26 13:05:49 +0200 |
commit | 261e6758e7229aa4c17546b52b002ca9f1b0a67d (patch) | |
tree | a8489a01d904457c9cb90c4e9b910c16fbcdd857 /ChangeLog | |
parent | b9deb8ce2a72de8f74361ea10dd4c4b116458518 (diff) | |
download | glibc-261e6758e7229aa4c17546b52b002ca9f1b0a67d.tar glibc-261e6758e7229aa4c17546b52b002ca9f1b0a67d.tar.gz glibc-261e6758e7229aa4c17546b52b002ca9f1b0a67d.tar.bz2 glibc-261e6758e7229aa4c17546b52b002ca9f1b0a67d.zip |
iconv: Avoid writable data and relocations in ISO646
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2016-10-26 Florian Weimer <fweimer@redhat.com> + * iconvdata/iso646.c (enum variant): Drop illegal_var. + (names): Turn into concatenation of strings. + (gconv_init): Adapt iteration over names. + +2016-10-26 Florian Weimer <fweimer@redhat.com> + * iconvdata/ibm930.h (__ucs4_to_ibm930sb): Remove indirection and make const. * iconvdata/ibm933.h (__ucs4_to_ibm933sb): Likewise. |