diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-24 00:22:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-24 00:22:27 +0000 |
commit | 240e87c2300c25b1cc8a78cccc2293874d89c67e (patch) | |
tree | 9ae48ca9bb0d09bea6c218950c86e000378d1b88 /ChangeLog | |
parent | 3efdabe7624ae0a574d3919cfe9ffcb5bca21692 (diff) | |
download | glibc-240e87c2300c25b1cc8a78cccc2293874d89c67e.tar.gz glibc-240e87c2300c25b1cc8a78cccc2293874d89c67e.tar.xz glibc-240e87c2300c25b1cc8a78cccc2293874d89c67e.zip |
* posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
(free_mem): New function. * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem if not cross compiling. (generated): Add bug-regex14-mem and bug-regex14.mtrace. (bug-regex14-ENV): Set. (bug-regex14-mem): New target. * posix/bug-regex14.c: New file. * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output target, so we don't touch it when the link fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c68f8a671e..6bac4d5f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2002-10-24 Jakub Jelinek <jakub@redhat.com> + + * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf. + (free_mem): New function. + * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem + if not cross compiling. + (generated): Add bug-regex14-mem and bug-regex14.mtrace. + (bug-regex14-ENV): Set. + (bug-regex14-mem): New target. + * posix/bug-regex14.c: New file. + 2002-10-23 Roland McGrath <roland@redhat.com> + * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output + target, so we don't touch it when the link fails. + * libio/ftello.c (ftello): Use _IO_off64_t for type of POS. Check for the result overflowing off_t and fail with EOVERFLOW. * libio/ioftell.c (_IO_ftell): Likewise. |