delphij a71c2bfcab 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.

Noticed by:	Christoph Mallon (via rdivacky@)
MFC after:	2 weeks
2009-10-05 21:11:04 +00:00
..
2009-06-23 23:20:09 +00:00
2009-09-21 08:30:52 +00:00
2009-07-30 00:11:41 +00:00