- if a file object is a named pipe don't allow the FILE_APPEND_DATA access right...
authorThomas Bluemel <thomas@reactsoft.com>
Tue, 1 Nov 2005 16:17:25 +0000 (16:17 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Tue, 1 Nov 2005 16:17:25 +0000 (16:17 +0000)
commit0ecd041efc71de95187be5716c680bf2116b8ff2
treea329ab15e3b5b8100262d52627402492c85fbb18
parent6e138c7f47d29191d5d831fa5242aa760b6094af
- if a file object is a named pipe don't allow the FILE_APPEND_DATA access right as it equals FILE_CREATE_PIPE_INSTANCE (NtFlushBuffersFile and NtWriteFile)
- add more parameters probing and capturing code

svn path=/trunk/; revision=18932
reactos/ntoskrnl/io/file.c