diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-08-01 11:52:30 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-08-01 11:52:30 +0200 |
commit | 11dcf9cb5cf4f7f15799dedc9cdeab3cae0de64e (patch) | |
tree | 0a2b84960993e5ec9ce26072af013d506985128b /newlib/libc/stdlib/wcstombs_r.c | |
parent | d7586cb66c1beaf810b3ea433007e6d0e33ad51c (diff) | |
download | cygnal-11dcf9cb5cf4f7f15799dedc9cdeab3cae0de64e.tar.gz cygnal-11dcf9cb5cf4f7f15799dedc9cdeab3cae0de64e.tar.bz2 cygnal-11dcf9cb5cf4f7f15799dedc9cdeab3cae0de64e.zip |
Open process with PROCESS_QUERY_INFORMATION to fetch maps
Commit ba58e5f lowered permission requirements when opening threads
and processes to {PROCESS,THREAD}_QUERY_LIMITED_INFORMATION. However,
when creating the /proc/<PID>/maps file, the call to VirtualQueryEx
requires PROCESS_QUERY_INFORMATION access
Note: It seems PROCESS_QUERY_LIMITED_INFORMATION is sufficient starting
with Windows 8.1, but this is neither documented on MSDN, nor is it a
safe bet. It may have to do with a fixed implementation of the UAC
trust levels. Let's better follow the docs for now.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/stdlib/wcstombs_r.c')
0 files changed, 0 insertions, 0 deletions