Date: Mon, 17 Jul 2000 15:55:07 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c Message-ID: <200007172255.PAA73277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2000/07/17 15:55:07 PDT
Modified files:
lib/libc_r/uthread uthread_cond.c
Log:
Deal correctly with statically initialized condition variables in
pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait().
Do not dump core in pthread_cond_timedwait() (due to a NULL pointer
dereference) if attempting to wait on an uninitialized condition variable.
PR: bin/18099
Revision Changes Path
1.25 +18 -19 src/lib/libc_r/uthread/uthread_cond.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007172255.PAA73277>
