- NtQueryInformationProcess with ProcessImageFileName query type:
authorStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 11 Sep 2008 14:24:41 +0000 (14:24 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 11 Sep 2008 14:24:41 +0000 (14:24 +0000)
commit37cea55dc63e24c04394583994db08e29222da5c
tree0a601df6f6587a951bb4050f4946f23b365e6336
parentf80383105518a723dbcd44604df37652f7144a90
- NtQueryInformationProcess with ProcessImageFileName query type:
Free the buffer allocated by SeLocateProcessImageName, and set return status if return buffer is too small (so caller will know to allocate more memory). Spotted by #3714
See issue #3714 for more details.

svn path=/trunk/; revision=36136
reactos/ntoskrnl/ps/query.c