https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5981





--- Comment #5 from Mark Martinec <[EMAIL PROTECTED]>  2008-09-19 08:05:01 PST 
---
> There's a lot of potential for old
> bugs to be revealed once people start running with this code.

I see we have the first old-time bug uncovered (see Hudson report).
The ArchiveIterator is happily letting _run_file process directory files,
which causes read(2) to fail with EISDIR on NFS.
A question: should _run_file check by itself (stat) what type of a path
it got as an argument, or should _scan_directory take care not to include
directory names in a list of files, or should do a stat unconditionally?


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to