Searched hist:197793 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libc/gen/
H A Dfts.3diff 197793 Mon Oct 05 19:25:58 MDT 2009 delphij 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
H A Dfts.cdiff 197793 Mon Oct 05 19:25:58 MDT 2009 delphij 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

Completed in 43 milliseconds