Date: Wed, 06 Oct 2004 19:56:15 +0800 From: David Xu <davidxu@freebsd.org> To: Anish Mistry <mistry.7@osu.edu> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_stack.c Message-ID: <4163DD5F.2090904@freebsd.org> In-Reply-To: <200410060652.43454.mistry.7@osu.edu> References: <200410060811.i968B7sC016467@repoman.freebsd.org> <200410060652.43454.mistry.7@osu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Anish Mistry wrote: >On Wednesday 06 October 2004 04:11 am, David Xu wrote: > > >>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 >> >> >Will this change be MFC'd to RELENG_5? It fixes one the the problems that >trips up getting a newer version of wine to work. ie. wine tries to allocate >the red zone. > > Have you tested wine with this change and does wine work after this change ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4163DD5F.2090904>