diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-13 05:43:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-13 05:43:36 +0000 |
commit | 37fa1953d539cc34c33b48bc66a64f5c01dbc1fd (patch) | |
tree | f4691635b5f6d3dec57f28abad2aa8b6fc67e667 /ChangeLog | |
parent | a9055cab7ac609b96984179194c7a2ec410c8e2b (diff) | |
download | glibc-37fa1953d539cc34c33b48bc66a64f5c01dbc1fd.tar glibc-37fa1953d539cc34c33b48bc66a64f5c01dbc1fd.tar.gz glibc-37fa1953d539cc34c33b48bc66a64f5c01dbc1fd.tar.bz2 glibc-37fa1953d539cc34c33b48bc66a64f5c01dbc1fd.zip |
Update.
* malloc/malloc.c (_int_free): Remove test for NULL parameter.
(_int_realloc): Call _int_free only if memory parameter is not NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-11-12 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_free): Remove test for NULL parameter. + (_int_realloc): Call _int_free only if memory parameter is not NULL. + * sysdeps/unix/sysv/linux/libc_fatal.c: Add new function __libc_message which performs the printing and simple format string handling. The string is written to tty, stderr, syslog in this order, stopping after |