bibikurosawa / dokan

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

DokanIsNameInExpression crashes while deleteing files #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
steps will reproduce the problem?
1.  create new file
2.  delete it

actually the reason was heap corruption duo to un initialized variable 
lastDot in line 607 directory.c

just initialize it to avoid incrementing it while it's not initialized          

ULONG lastDot = 0;

Original issue reported on code.google.com by mohammad...@gmail.com on 26 Sep 2009 at 10:58

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

Original comment by asa...@gmail.com on 19 Oct 2009 at 2:43