diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 18:35:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 18:35:19 +0000 |
commit | b3d3d9742fc70e08af69d3fc9cb18035c25cd57d (patch) | |
tree | e728dd57a56a0362e6eadb814dec5891658fe551 /ChangeLog | |
parent | db70483fd383cb4dad1f84804a106572c7dfca0b (diff) | |
download | glibc-b3d3d9742fc70e08af69d3fc9cb18035c25cd57d.tar.gz glibc-b3d3d9742fc70e08af69d3fc9cb18035c25cd57d.tar.xz glibc-b3d3d9742fc70e08af69d3fc9cb18035c25cd57d.zip |
Update.
* posix/runtests.c (run_a_test): If regcomp failed, reset last_pattern.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9da6608a2b..934de09599 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-11-13 Ulrich Drepper <drepper@redhat.com> + * posix/runtests.c (run_a_test): If regcomp failed, reset last_pattern. + * posix/regcomp.c (parse_dup_op): Fail with REG_BADBR is first number in {,} expression is larger. |