Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 17:23:40 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_create.c
Message-ID:  <200308060023.h760Nevd082594@repoman.freebsd.org>

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



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