Alex Ionescu wrote:
hbirr@svn.reactos.com wrote:
- Free always the name string and the completion context in
IopDeleteFile.
Updated files: trunk/reactos/ntoskrnl/io/file.c
The lack of a Device Object signifies there is something REALLY wrong with the file, and should be treated as invalid. It might not be wise to do any further operations on it, since they probably already have been done.
Best regards, Alex Ionescu
This is triggered by line #933/934 in file.c.
- Hartmut