Comment 21 for bug 672643

Revision history for this message
In , Petr (petr-redhat-bugs) wrote :

Created attachment 458805
don't use dirent.d_type

This patch changes detection of directory from dirent.d_type to S_ISDIR(statbuf.st_mode))) and adds one more test to cover this bug.