Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.22_2 12 Sep 2021 12:11:53
    |
Guido Falsi (madpilot)  Author: Martin Ilavsky |
emulators/virtualbox-ose-additions: Assign default value to pointer
In the virtualbox virtual filesystem code we ship as a patch some
code in an else block is commented out. This produces a code path
in which a pointer variable is dereferenced in an unassigned state,
causing random crashes.
Lacking a better fix, give a default value of NULL to the pointer,
which at least avoids the random pointer dereference issue.
PR: 255386
(cherry picked from commit 1b2394551c038558810be8bf396462174db334be) |
6.1.22_2 04 Sep 2021 16:25:08
    |
Guido Falsi (madpilot)  Author: Tom Rushworth |
emulators/virtualbox-ose(-legacy): Make VirtualBox limit AIO requests
Import patch to teach VirtualBox to check availability of AIO
resources before trying to allocate more.
This prevents crashes when using AIO in VirtualBox.
PR: 168298
(cherry picked from commit 95ac4999a82d493d3d0bc0b2160e07bcc6d80ddf) |
Number of commits found: 2
|