cvs commit: src/lib/libpthread/thread thr_stack.c

Anish Mistry mistry.7 at osu.edu
Wed Oct 6 16:51:45 PDT 2004


On Wednesday 06 October 2004 07:56 am, David Xu wrote:
> 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
> ?
Yes and yes in conjunction with my mmap() syscall patch it allows the June and 
later versions of wine to work.
-- 
Anish Mistry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20041006/3347f9aa/attachment.bin


More information about the cvs-all mailing list