* 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>.
This commit is contained in:
Ulrich Drepper 2002-12-03 20:07:12 +00:00
parent 5cfc88a718
commit e4044c0178

View file

@ -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.