Changeset 85112 in vbox
- Timestamp:
- Jul 8, 2020 4:17:35 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r82968 r85112 829 829 &SecAttrs, 830 830 OPEN_EXISTING, 831 FILE_FLAG_OVERLAPPED, 831 FILE_FLAG_OVERLAPPED 832 /* Needed in order to prevent the server to impersonate with this thread's 833 * security context. See #9773. */ 834 | SECURITY_SQOS_PRESENT | SECURITY_ANONYMOUS, 832 835 NULL /*no template handle*/); 833 836 if (hPipe != INVALID_HANDLE_VALUE)
Note:
See TracChangeset
for help on using the changeset viewer.