cvs commit: src/lib/libthread_xu/thread thr_mutex.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 9 09:03:43 PDT 2008


dillon      2008/05/09 09:03:28 PDT

DragonFly src repository

  Modified files:
    lib/libthread_xu/thread thr_mutex.c 
  Log:
  Return EINVAL if a NULL pointer is passed to the mutex routines, instead
  of crashing.  This appears to be what the standard intended and what libc_r
  does.
  
  Revision  Changes    Path
  1.15      +19 -6     src/lib/libthread_xu/thread/thr_mutex.c


http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_mutex.c.diff?r1=1.14&r2=1.15&f=u





More information about the Commits mailing list