[BZ #5382]
commit7ea8eb02b0f6965926cb029c8567c418f548e798
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Nov 2007 06:37:58 +0000 (23 06:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Nov 2007 06:37:58 +0000 (23 06:37 +0000)
treebf3fa47ea6091901ff990e5514f07d18c8fd9602
parent5c3a3dba227808f16a1dc2676c9fc49f66945b08
[BZ #5382]

* nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
* nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
* nscd/mem.c (gc): Don't allocate arrays on stack if it can
overflow it.

* sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
Return zero in case thread library is not NPTL.
ChangeLog
nscd/connections.c
nscd/mem.c
nscd/nscd.h
sysdeps/unix/sysv/linux/nscd_setup_thread.c