zephyr/lib/posix
Flavio Ceolin 9d5936c04f lib: posix: fs: Fix access invalid memory
fs_dirent.name is MAX_FILE_NAME + 1 bytes long, not PATH_MAX. Just
fixing it to avoid access invalid memory.

Coverity CID: 186037

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2019-03-23 09:52:51 -05:00
..
clock.c lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
CMakeLists.txt lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC 2018-10-02 10:51:52 -07:00
fs.c lib: posix: fs: Fix access invalid memory 2019-03-23 09:52:51 -05:00
Kconfig posix_lib: Disable support on native posix arch 2019-02-22 11:55:01 -06:00
mqueue.c lib: posix: fix a wrong type in mqueue.c 2019-01-15 17:48:34 -05:00
pthread_barrier.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
pthread_common.c lib: posix: pthread_common: Don't depend on pthreads 2018-10-02 10:51:52 -07:00
pthread_cond.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
pthread_rwlock.c lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
pthread_sched.c
pthread.c posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
semaphore.c lib: posix: Return errno code 2018-10-31 12:15:22 -04:00
sleep.c
timer.c lib: posix: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00