VirtualBox

Changeset 84750 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 10, 2020 9:39:34 AM (5 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA.cpp: Fix crashing VMs on startup after r138536 due to a NULL pointer dereference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r84743 r84750  
    36583658    int             rc;
    36593659
     3660#if 0 /** @todo r=aeichner Crashes on the testboxes and locally due to a NULL pointer dereference, glLdrInit() probably not called.
     3661       * Is this really necessary as glLdrInit() will call XInitThreads() itself. */
    36603662# ifdef RT_OS_LINUX
    36613663    XInitThreads();
    36623664# endif
     3665#endif
    36633666
    36643667    if (pThread->enmState == PDMTHREADSTATE_INITIALIZING)
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