cvs commit: src/lib/libpthread/thread thr_stack.c
David Xu
davidxu at FreeBSD.org
Wed Oct 6 01:11:08 PDT 2004
davidxu 2004-10-06 08:11:07 UTC
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_stack.c
Log:
Allocate red zone and stack space together and then split red zone from
allocated space, orignal code left red zone unallocated, but those space
can be allocated by user code, and result was providing no protection.
Revision Changes Path
1.9 +17 -7 src/lib/libpthread/thread/thr_stack.c
More information about the cvs-src
mailing list