CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/28 11:21:48
Modified files:
lib/libc/gen : fts.3 fts.c
Log message:
fts_open() requires that the list passed as argument to contain at least
one path. When the list is empty (contain only a NULL pointer), return
EINVAL instead of pretending to succeed, which will cause a NULL pointer
deference in a later fts_read() call. From FreeBSD.
