[2/4] server: Add access mapping for a named pipe device object, adjust its default access rights. Resend.

Alexandre Julliard julliard at winehq.org
Tue Apr 17 05:44:59 CDT 2012


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Alexandre Julliard <julliard at winehq.org> wrote:
>
>> Why do you need this for the device?
>
> Because of
> ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so pipe.c && touch pipe.ok
> pipe.c:109: Test failed: WaitNamedPipe failed (3)
> pipe.c:116: Test failed: wrong error 3
> pipe.c:109: Test failed: WaitNamedPipe failed (3)
> pipe.c:116: Test failed: wrong error 3
>
> WaitNamedPipeW() opens a pipe device with FILE_READ_ATTRIBUTES.

That doesn't mean it should use the same access as a named pipe object.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list