Update.
2000-07-13 Ulrich Drepper <drepper@redhat.com> * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL. Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>. * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
This commit is contained in:
parent
55465bd987
commit
aa4068f294
10
ChangeLog
10
ChangeLog
@ -1,9 +1,12 @@
|
|||||||
|
2000-07-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
|
||||||
|
|
||||||
2000-07-13 Andreas Jaeger <aj@suse.de>
|
2000-07-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
|
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
|
||||||
getcwd (NULL, size) with size > 0.
|
getcwd (NULL, size) with size > 0.
|
||||||
Fixes PR libc/1788, reported by John Buddery
|
Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
|
||||||
<jvb@cyberscience.com>.
|
|
||||||
|
|
||||||
2000-07-13 Andreas Jaeger <aj@suse.de>
|
2000-07-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
@ -31,8 +34,7 @@
|
|||||||
* iconv/gconv_open.c (__gconv_open): Reapply
|
* iconv/gconv_open.c (__gconv_open): Reapply
|
||||||
2000-07-12 Bruno Haible <haible@clisp.cons.org>
|
2000-07-12 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* iconv/gconv_open.c (__gconv_open): Merge duplicated
|
* iconv/gconv_open.c (__gconv_open): Merge duplicated code.
|
||||||
code.
|
|
||||||
|
|
||||||
* iconv/gconv_open.c: Undo last two changes for now. They break
|
* iconv/gconv_open.c: Undo last two changes for now. They break
|
||||||
everything.
|
everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user