diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-04-02 15:24:03 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-02 17:12:07 -0700 |
commit | 39c59c35723120c32dc42dde4115bba92305179f (patch) | |
tree | f958bc6ec732f81a8d0b00c5352ad0e3111e8957 /ChangeLog | |
parent | 135ffda8b84226a91c6062db69a61975b2f11cb6 (diff) | |
download | glibc-39c59c35723120c32dc42dde4115bba92305179f.tar.gz glibc-39c59c35723120c32dc42dde4115bba92305179f.tar.xz glibc-39c59c35723120c32dc42dde4115bba92305179f.zip |
Fix bug in previous tcvn5712 commit e64d2de52.
[BZ #13691] * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using inptr and inend, rather than using last_ch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87054297cc..09f040e632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + [BZ #13691] + * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using + inptr and inend, rather than using last_ch. + 2012-04-02 David S. Miller <davem@davemloft.net> With help from Paul Eggert, Carlos O'Donell, and Roland McGrath. |