History log of /freebsd-10-stable/lib/libstdthreads/thrd.c
Revision Date Author Comments
# 279631 05-Mar-2015 kib

MFC r279318:
Check that the pointer to the thread return value is not NULL before
dereferencing. NULL is allowed by C11 and must be handled.


# 279631 05-Mar-2015 kib

MFC r279318:
Check that the pointer to the thread return value is not NULL before
dereferencing. NULL is allowed by C11 and must be handled.