VirtualBox

Changeset 85112 in vbox


Ignore:
Timestamp:
Jul 8, 2020 4:17:35 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139046
Message:

GA: bugref:9773: Fixed incorrect impersonation level during the pipe opening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/localipc-win.cpp

    r82968 r85112  
    829829                                               &SecAttrs,
    830830                                               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,
    832835                                               NULL /*no template handle*/);
    833836                    if (hPipe != INVALID_HANDLE_VALUE)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette