1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00
freebsd/lib/libstdthreads
Konstantin Belousov 3b2cc6d44e Check that the pointer to the thread return value is not NULL before
dereferencing. NULL is allowed by C11 and must be handled.

Reported and tested by:	Vineela <vineela_17@yahoo.com>
PR:	198038
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2015-02-26 09:42:03 +00:00
..
call_once.c
cnd.c
Makefile Convert libraries to use LIBADD 2014-11-25 11:07:26 +00:00
mtx.c
Symbol.map
thrd_create.3
thrd.c Check that the pointer to the thread return value is not NULL before 2015-02-26 09:42:03 +00:00
threads.h
tss.c