aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-03 20:07:12 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-03 20:07:12 +0000
commite4044c017800a9fd0f17f20ec464bc926035e7a3 (patch)
tree0ad5e213d8cc31d297dee8a4c4af66b839fd8794 /nptl
parent5cfc88a71854ef17a4a0f3c761d2718fac827329 (diff)
downloadglibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.zip
glibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.tar.gz
glibc-e4044c017800a9fd0f17f20ec464bc926035e7a3.tar.bz2
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/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a1164fd..85ac51a 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.