VirtualBox

Ticket #19901: vbox-6.1.14-vbox-img.patch

File vbox-6.1.14-vbox-img.patch, 876 bytes (added by fabnicol, 4 years ago)

Patch against current source code package 6.1.14a

  • src/VBox/Storage/testcase/vbox-img.cpp

    diff -u3 -pr -B /home/fab/Build/VirtualBox-6.1.14/src/VBox/Storage/testcase/vbox-img.cpp /home/fab/Build/VirtualBox-6.1.14-patched/src/VBox/Storage/testcase/vbox-img.cpp
    old new static DECLCALLBACK(int) convStdOutGetSi  
    792792
    793793static DECLCALLBACK(int) convStdOutSetSize(void *pvUser, void *pStorage, uint64_t cbSize)
    794794{
     795     
    795796    RT_NOREF2(pvUser, cbSize);
    796797    AssertPtrReturn(pStorage, VERR_INVALID_POINTER);
    797     AssertFailedReturn(VERR_NOT_SUPPORTED);
     798    //  AssertFailedReturn(VERR_NOT_SUPPORTED);
    798799}
    799800
    800801static DECLCALLBACK(int) convStdOutRead(void *pvUser, void *pStorage, uint64_t uOffset, void *pvBuffer, size_t cbBuffer,

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