Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2003 21:28:23 -0700 (PDT)
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_attr_get_np.cthr_cancel.c thr_getschedparam.c thr_join.c thr_mutex_prioceiling.c thr_sigaction.c thr_sigmask.c thr_sigpending.c thr_sigsuspend.c
Message-ID:  <200307070428.h674SNfq092785@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/07/06 21:28:23 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_attr_get_np.c thr_cancel.c 
                          thr_getschedparam.c thr_join.c 
                          thr_mutex_prioceiling.c thr_sigaction.c 
                          thr_sigmask.c thr_sigpending.c 
                          thr_sigsuspend.c 
  Log:
  Avoid accessing user provided parameters in critical region.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.4       +3 -2      src/lib/libpthread/thread/thr_attr_get_np.c
  1.24      +6 -8      src/lib/libpthread/thread/thr_cancel.c
  1.10      +5 -3      src/lib/libpthread/thread/thr_getschedparam.c
  1.27      +5 -3      src/lib/libpthread/thread/thr_join.c
  1.8       +6 -2      src/lib/libpthread/thread/thr_mutex_prioceiling.c
  1.20      +17 -18    src/lib/libpthread/thread/thr_sigaction.c
  1.15      +12 -4     src/lib/libpthread/thread/thr_sigmask.c
  1.14      +4 -2      src/lib/libpthread/thread/thr_sigpending.c
  1.20      +7 -4      src/lib/libpthread/thread/thr_sigsuspend.c



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