diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-29 17:59:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-29 17:59:41 +0000 |
commit | 447777715a7d19266686b09f4eb1e71238d9568a (patch) | |
tree | df290aca4d15563279d3c33486ab22d3babcaff7 /ChangeLog | |
parent | a96c63edd2c1b291741d443ba4e93144168eca72 (diff) | |
download | glibc-447777715a7d19266686b09f4eb1e71238d9568a.zip glibc-447777715a7d19266686b09f4eb1e71238d9568a.tar.gz glibc-447777715a7d19266686b09f4eb1e71238d9568a.tar.bz2 |
Update.
2003-12-29 Jakub Jelinek <jakub@redhat.com>
* posix/regexec.c (re_copy_regs): Revert comment change.
Avoid memory leak if realloc fails.
(proceed_next_node): Return -2 if re_node_set_insert fails.
Return -2 if push_fail_stack fails.
(push_fail_stack): Change fs->alloc only after successful
realloc.
(pop_fail_stack): Formatting.
(set_regs): If proceed_next_node returns -2, free eps_via_nodes
and fs.
(check_arrival_add_next_nodes): Merge identical statements
from if branches.
* signal/Makefile (tests): Add tst-raise.
* signal/tst-raise.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-12-29 Jakub Jelinek <jakub@redhat.com> + + * posix/regexec.c (re_copy_regs): Revert comment change. + Avoid memory leak if realloc fails. + (proceed_next_node): Return -2 if re_node_set_insert fails. + Return -2 if push_fail_stack fails. + (push_fail_stack): Change fs->alloc only after successful + realloc. + (pop_fail_stack): Formatting. + (set_regs): If proceed_next_node returns -2, free eps_via_nodes + and fs. + (check_arrival_add_next_nodes): Merge identical statements + from if branches. + + * signal/Makefile (tests): Add tst-raise. + * signal/tst-raise.c: New test. + 2003-12-28 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (mark_opt_subexp_iter): Declare IDX as int. |