VirtualBox

Changeset 66526 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Apr 12, 2017 12:09:01 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114537
Message:

HostDrivers/Support: bugref:8740: additional checks for non-Windows hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r66525 r66526  
    19211921/** Unable to establish trusted of VM process (5). */
    19221922#define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5          (-3775)
     1923/** Unable to make text memory writeable (hardening). */
     1924#define VERR_SUPLIB_TEXT_NOT_WRITEABLE              (-3775)
     1925/** Unable to seal text memory again to protect against write access (hardening). */
     1926#define VERR_SUPLIB_TEXT_NOT_SEALED                 (-3776)
     1927/** Unexpected instruction encountered for which there is no patch strategy
     1928 * implemented (hardening). */
     1929#define VERR_SUPLIB_UNEXPECTED_INSTRUCTION          (-3777)
    19231930/** @} */
    19241931
Note: See TracChangeset for help on using the changeset viewer.

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