Dimitry wrote:
No. The test is a "Use after free" Bug
The result of the function-call is an implementation Detail and can change with every Update. Microsoft changed the function-result more than a year ago...
There are more 'Use after free' bugs in this file, but the others did not produce test failures yet.
-- Bye bye ... ... Detlef
"Detlef Riekenberg" wine.dev@web.de wrote:
If by "use after free" you mean to return success for random trash the API gets passed in then it's clearly broken behaviour.
Dmitry Timoshkov dmitry@baikal.ru writes:
If the DC was actually deleted, succeeding is clearly broken. However, it would be reasonable for instance to reuse the DC as cached DC instead of deleting it. IIRC our implementation was doing that at some point. This may need more tests to figure out exactly what Windows is doing with the DC.