diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-03-30 10:43:43 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-30 10:43:43 +0200 |
commit | e64d2de526d8cfa2908e08892a534316a0bddf5f (patch) | |
tree | e962afa939a9c6adaf5a543b5c88215e7b27d093 /NEWS | |
parent | 20fde227388fb0c2857ff1793754056b833697fe (diff) | |
download | glibc-e64d2de526d8cfa2908e08892a534316a0bddf5f.tar glibc-e64d2de526d8cfa2908e08892a534316a0bddf5f.tar.gz glibc-e64d2de526d8cfa2908e08892a534316a0bddf5f.tar.bz2 glibc-e64d2de526d8cfa2908e08892a534316a0bddf5f.zip |
Fix a bug when converting strings with 1 character using TCVN5712-1
It isn't necessary to buffer the last character of strings. This can cause a
bug with strings that have 1 character between 0x0041 and 0x01b0.
[BZ #13691]
* iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
with only 1 character between 0x0041 and 0x01b0.
* wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
* wcsmbs/tst-mbsnrtowcs.c: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,10 +15,10 @@ Version 2.16 10110, 10135, 10140, 10210, 10545, 10716, 11174, 11322, 11365, 11451, 11494, 12047, 13058, 13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555, 13559, 13566, 13583, - 13618, 13637, 13656, 13658, 13673, 13695, 13704, 13706, 13726, 13738, - 13760, 13761, 13786, 13792, 13806, 13824, 13840, 13841, 13844, 13846, - 13851, 13852, 13854, 13871, 13879, 13883, 13892, 13910, 13911, 13912, - 13913, 13915, 13916, 13917, 13918, 13919, 13920, 13921 + 13618, 13637, 13656, 13658, 13673, 13691, 13695, 13704, 13706, 13726, + 13738, 13760, 13761, 13786, 13792, 13806, 13824, 13840, 13841, 13844, + 13846, 13851, 13852, 13854, 13871, 13879, 13883, 13892, 13910, 13911, + 13912, 13913, 13915, 13916, 13917, 13918, 13919, 13920, 13921 * ISO C11 support: |