1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/pthread
Benjamin Valentin 764a9e9f63 sys/pthread: check return value of malloc()
To prevent a NULL pointer dereference on a memory constrained system,
check if malloc() was actually successful.
2019-10-20 14:17:07 +02:00
..
include pthread_cond.h: use 'sys/types.h' value of 'clockid_t' for avr 2019-09-11 18:25:10 +02:00
Makefile
pthread_attr.c
pthread_barrier.c sys/posix: pthread_barrier: DEBUG fix 2018-01-15 14:37:04 +01:00
pthread_barrierattr.c
pthread_cond.c make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
pthread_mutex_attr.c
pthread_mutex.c
pthread_once.c
pthread_rwlock_attr.c
pthread_rwlock.c posix/pthread_rwlock: fix unsigned variable comparison 2018-08-21 13:58:39 +02:00
pthread_spin.c sys/posix/pthread: Use C11 atomic instead of atomic.h 2017-02-08 16:23:49 +01:00
pthread_tls.c sys: Fix pthread includes to support avr-libs 2017-01-17 19:44:22 +01:00
pthread.c sys/pthread: check return value of malloc() 2019-10-20 14:17:07 +02:00