http://bugs.winehq.org/show_bug.cgi?id=55151
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Regression SHA1| |bc4f1d60680bf1c8c69a4eb9357 | |15b6cf5c04ba5 Status|NEW |RESOLVED
--- Comment #6 from Eric Pouech eric.pouech@gmail.com --- they was two different issues: 1) native cmd.exe allows modifying .cmd/.bat (and erase/recreate) while executing a command file; this has been fixed with something along what's described in comment #2 2) the script in #1 was causing infinite queueing of file deletion ops (to be applied after all handles are closed) in wine server
fixing 1) let 2) no longer happens from running example from #1
anyway, the sequence in 2) could happen even with win32 APIs. It has been fixed in bc4f1d60680bf1c8c69a4eb935715b6cf5c04ba5.
closing (with SHA1 of fix of 2) as it has been the latest).