Date: Wed, 6 Oct 2004 08:11:07 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_stack.c Message-ID: <200410060811.i968B7sC016467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410060811.i968B7sC016467>
