diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 22:24:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 22:24:12 +0000 |
commit | a9f17952b8655c981638b3243d795961538d8998 (patch) | |
tree | 41955a44c21beb8c9aacf5aedbe5d316035b8407 /ChangeLog | |
parent | abefbc51f4ea64c976501f518f28304c5c44f91b (diff) | |
download | glibc-a9f17952b8655c981638b3243d795961538d8998.tar glibc-a9f17952b8655c981638b3243d795961538d8998.tar.gz glibc-a9f17952b8655c981638b3243d795961538d8998.tar.bz2 glibc-a9f17952b8655c981638b3243d795961538d8998.zip |
Update.
* sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2003-04-05 Ulrich Drepper <drepper@redhat.com> + * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999]. + * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Always initialize *signgamp before returning an error. |