Actually ignore this patch, the problem was introduced by 92db6d2c back in 2007,
server: Don't do access checks on the security descriptors of newly created objects
which fixes sync.c:363 "CreateEventW with blank sd failed"
i'll need to take another look at this, calling CreateEventEx with generic flags fails to correctly set permissions, the patch as it stands though will likely cause regressions.
On 02/08/13 21:58, Andrew Cook wrote:
dlls/ntdll/tests/om.c | 4 ++-- server/event.c | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-)