K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-10-05T21:11:04.894654Z K 7 svn:log V 321 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 END