VirtualBox

Ignore:
Timestamp:
Oct 23, 2018 2:24:24 PM (6 years ago)
Author:
vboxsync
Message:

SUPDrv: Adjusted ep validation a little in prep for bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r71198 r75003  
    11501150
    11511151
    1152 int  VBOXCALL   supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits)
    1153 {
    1154     NOREF(pDevExt); NOREF(pImage); NOREF(pv); NOREF(pbImageBits);
     1152int  VBOXCALL   supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv,
     1153                                           const uint8_t *pbImageBits, const char *pszSymbol)
     1154{
     1155    NOREF(pDevExt); NOREF(pImage); NOREF(pv); NOREF(pbImageBits); NOREF(pszSymbol);
    11551156    return VERR_NOT_SUPPORTED;
    11561157}
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