diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-10 15:20:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-10 15:20:59 +0000 |
commit | 52a33795d32136a2cf835feab8c282c25f6a8f72 (patch) | |
tree | cf464ef9f719775d8da9541eaa7ab4d47f24dc45 /ChangeLog | |
parent | 29f34a5bc1a720c59f49948dcd2014b3c653be18 (diff) | |
download | glibc-52a33795d32136a2cf835feab8c282c25f6a8f72.zip glibc-52a33795d32136a2cf835feab8c282c25f6a8f72.tar.gz glibc-52a33795d32136a2cf835feab8c282c25f6a8f72.tar.bz2 |
* string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
if N is one bigger than return value.
* string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
and l1 last arguments, if buf is defined, verify the return value
equals to strlen (buf) and verify no byte beyond passed length
is modified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-11-10 Jakub Jelinek <jakub@redhat.com> + + * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization + if N is one bigger than return value. + * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1 + and l1 last arguments, if buf is defined, verify the return value + equals to strlen (buf) and verify no byte beyond passed length + is modified. + 2006-11-10 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team. |