From: Ulrich Drepper Date: Tue, 3 Dec 2002 20:07:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~658 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e4044c017800a9fd0f17f20ec464bc926035e7a3;p=glibc.git 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 . --- 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 + * allocatestack.c (get_cached_stack): Don't crash if we first + found a stack with a larger size then needed. + Reported by Hui Huang . + * Makefile (tests): Add tst-sysconf. * tst-sysconf.c: New file.