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
Original issue reported on code.google.com by
mohammad...@gmail.com
on 26 Sep 2009 at 10:58