diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 03:49:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 03:49:38 +0000 |
commit | faa575631468b0cb318df08bd030deb816a472aa (patch) | |
tree | d29378098ea592c0240ae7410e1ffcccb2b11b45 /ChangeLog | |
parent | 7ca404adab483820ed7d43e961fef91d2e978f90 (diff) | |
download | glibc-faa575631468b0cb318df08bd030deb816a472aa.tar.gz glibc-faa575631468b0cb318df08bd030deb816a472aa.tar.xz glibc-faa575631468b0cb318df08bd030deb816a472aa.zip |
Update.
* stdlib/random_r.c (__setstate_r): Also compute end_ptr correctly. (__initstate_r): Set errno on error. (__random_r): Likewise. (__setstate_r): Correct offset when computing new rptr and fptr. Test for arg_state being NULL. Reported by Michael Fischer <fischer@cs.yale.edu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index bcbcaa0d31..65b59c1ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2000-08-21 Ulrich Drepper <drepper@redhat.com> - * stdlib/random_r.c (__setstate_r): Correct offset when computing - new rptr and fptr. Reported by Michael Fischer <fischer@cs.yale.edu>. + * stdlib/random_r.c (__setstate_r): Also compute end_ptr + correctly. + (__initstate_r): Set errno on error. + (__random_r): Likewise. + (__setstate_r): Correct offset when computing + new rptr and fptr. Test for arg_state being NULL. + Reported by Michael Fischer <fischer@cs.yale.edu>. * posix/regex.h: Add macro definitions to allow compiling outside glibc. |