diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 20:07:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 20:07:12 +0000 |
commit | e4044c017800a9fd0f17f20ec464bc926035e7a3 (patch) | |
tree | 0ad5e213d8cc31d297dee8a4c4af66b839fd8794 /nptl | |
parent | 5cfc88a71854ef17a4a0f3c761d2718fac827329 (diff) | |
download | glibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.tar.gz glibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.tar.xz glibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.zip |
Update.
* allocatestack.c (get_cached_stack): Don't crash if we first found a stack with a larger size then needed. Reported by Hui Huang <hui.huang@sun.com>.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a1164fd9d0..85ac51a32f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2002-12-03 Ulrich Drepper <drepper@redhat.com> + * allocatestack.c (get_cached_stack): Don't crash if we first + found a stack with a larger size then needed. + Reported by Hui Huang <hui.huang@sun.com>. + * Makefile (tests): Add tst-sysconf. * tst-sysconf.c: New file. |