Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2004 10:21:19 +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:  <200410091021.i99ALJEl086229@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410091021.i99ALJEl086229>