diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-09-07 13:50:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-09-07 13:50:31 +0000 |
commit | ba40cc1540f5ee1e2082bd31b0e602a62ea3273f (patch) | |
tree | a1dc81d0ece8d2107f47112178fb5c68ddb21da8 /ChangeLog | |
parent | 243b9ac19241ace83c566c51eb53e3e53413c897 (diff) | |
download | glibc-ba40cc1540f5ee1e2082bd31b0e602a62ea3273f.tar.gz glibc-ba40cc1540f5ee1e2082bd31b0e602a62ea3273f.tar.xz glibc-ba40cc1540f5ee1e2082bd31b0e602a62ea3273f.zip |
[BZ #3155]
2006-09-07 Jakub Jelinek <jakub@redhat.com> [BZ #3155] * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access stack below r1. * posix/regex_internal.c (re_string_reconstruct): Handle offset < pstr->valid_raw_len && pstr->offsets_needed case. Ensure no bytes read before raw_mbs array. Pass a saved copy of pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to re_string_context_at. * posix/Makefile: Add rules to build and run bug-regex26 test. * posix/bug-regex26.c: New test. * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 8d30040fdc..67249ee234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2006-09-07 Jakub Jelinek <jakub@redhat.com> + + [BZ #3155] + * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access + stack below r1. + 2006-09-06 Jakub Jelinek <jakub@redhat.com> + * posix/regex_internal.c (re_string_reconstruct): Handle + offset < pstr->valid_raw_len && pstr->offsets_needed case. + Ensure no bytes read before raw_mbs array. Pass a saved copy of + pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to + re_string_context_at. + * posix/Makefile: Add rules to build and run bug-regex26 test. + * posix/bug-regex26.c: New test. + * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free rather than col_sym_free. Move seqp declaration earlier. @@ -28,8 +42,7 @@ 2006-08-31 Jakub Jelinek <jakub@redhat.com> - * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add - ld.so. + * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so. * malloc/malloc.c (_int_malloc): Use full list insert and not shortcut which assumes the list is empty for large requests |