lambdaX / dokan

Automatically exported from code.google.com/p/dokan
0 stars 1 forks source link

a small code defect in mirror.c #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in mirror.c:128 in MirrorCreateFile the code doesn't check, whether 
GetFileAttributes returns sucessfully. If file doesn't exist, 
GetFileAttributes returns INVALID_FILE_ATTRIBUTES and the file is threated 
as directory.

Original issue reported on code.google.com by akrsch on 7 Jun 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Thank you for your report.
I submitted the fix: http://code.google.com/p/dokan/source/detail?r=45

Original comment by asa...@gmail.com on 19 Oct 2009 at 3:00