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

David Xu davidxu at FreeBSD.org
Sat Oct 9 03:21:19 PDT 2004


davidxu     2004-10-09 10:21:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libpthread/thread thr_stack.c 
  Log:
  MFC 1.9:
  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.
  
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.8.4.1   +17 -7     src/lib/libpthread/thread/thr_stack.c


More information about the cvs-src mailing list