VirtualBox

Ticket #18048: initialize-sup.patch

File initialize-sup.patch, 443 bytes (added by Cake, 6 years ago)
  • VirtualBox-5.2.18/src/VBox/VMM/VMMR3/VM.cpp

    a b  
    201201    AssertPtrNullReturn(ppUVM, VERR_INVALID_POINTER);
    202202    AssertReturn(ppVM || ppUVM, VERR_INVALID_PARAMETER);
    203203
     204    int rc1 = SUPR3Init(NULL);
     205    if (RT_FAILURE(rc1))
     206        return rc1;
     207
    204208    /*
    205209     * Because of the current hackiness of the applications
    206210     * we'll have to initialize global stuff from here.

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