diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 07:14:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 07:14:09 +0000 |
commit | 594cee6c498dc6124e0ba1926d54ffd1fd5bffd8 (patch) | |
tree | 98224e9be0d476798f905126fda8155ed475d93b /ChangeLog | |
parent | 38161ac76efe4c50f13e244903a44645023fec83 (diff) | |
download | glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.tar.gz glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.tar.xz glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.zip |
Update.
2000-06-14 Ulrich Drepper <drepper@redhat.com> * misc/syslog.c (vsyslog): Allow open_memstream to fail without crashing the application. Emit some simple error message. Reported by mju@panasas.com [PR libc/1769].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8d892c9072..fae15e5732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-06-14 Ulrich Drepper <drepper@redhat.com> + + * misc/syslog.c (vsyslog): Allow open_memstream to fail without + crashing the application. Emit some simple error message. + Reported by mju@panasas.com [PR libc/1769]. + 2000-06-13 Ulrich Drepper <drepper@redhat.com> * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c. |