mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
390a1cd5eb
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