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:
Ulrich Drepper 2000-07-13 18:42:31 +00:00
parent 55465bd987
commit aa4068f294
1 changed files with 6 additions and 4 deletions

View File

@ -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>
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
getcwd (NULL, size) with size > 0.
Fixes PR libc/1788, reported by John Buddery
<jvb@cyberscience.com>.
Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
2000-07-13 Andreas Jaeger <aj@suse.de>
@ -31,8 +34,7 @@
* iconv/gconv_open.c (__gconv_open): Reapply
2000-07-12 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_open.c (__gconv_open): Merge duplicated
code.
* iconv/gconv_open.c (__gconv_open): Merge duplicated code.
* iconv/gconv_open.c: Undo last two changes for now. They break
everything.