[2/2] wineserver: perform access check when creating event objects (try 2)

Andrew Cook ariscop at gmail.com
Thu Aug 8 22:17:04 CDT 2013


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(-)
> 
> 




More information about the wine-devel mailing list