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

Marcel Moolenaar marcel at FreeBSD.org
Tue Aug 5 17:23:41 PDT 2003


marcel      2003/08/05 17:23:40 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_create.c 
  Log:
  Fix an off by one error in the number of arguments passed to
  makecontext(). We only supply 3, not 4. This is mostly harmless,
  except that on ia64 the garbage can include NaT bits, resulting
  in NaT consumption faults.
  
  Revision  Changes    Path
  1.50      +1 -1      src/lib/libpthread/thread/thr_create.c


More information about the cvs-src mailing list