1
0
forked from pool/virtualbox

Accepting request 391337 from home:lwfinger:branches:Virtualization

Fix LsiLogic adapter error in 5.0.18

OBS-URL: https://build.opensuse.org/request/show/391337
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=253
This commit is contained in:
Martin Pluskal 2016-04-23 05:10:51 +00:00 committed by Git OBS Bridge
parent ec046acca6
commit 3ba5df7f20
3 changed files with 28 additions and 0 deletions

13
changeset_60565.diff Normal file
View File

@ -0,0 +1,13 @@
Index: VirtualBox-5.0.18/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
===================================================================
--- VirtualBox-5.0.18.orig/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
+++ VirtualBox-5.0.18/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
@@ -3889,7 +3889,7 @@ static DECLCALLBACK(int) lsilogicR3IsaIO
else if (RT_FAILURE(rc))
AssertMsgFailed(("Writing BIOS register failed %Rrc\n", rc));
- return rc;
+ return VINF_SUCCESS;
}
/**

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 22 19:38:06 UTC 2016 - Larry.Finger@lwfinger.net
- This submission fixes the bug in VB 5.0.18 that prevents proper operation
for guest VMs configured to use a LsiLogic adapter for disks. See ticket:
https://www.virtualbox.org/ticket/15317 for a description of the problem,
and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix,
which is implemented in file "changeset_60565.diff".
This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366
discusses this vulnerability.
-------------------------------------------------------------------
Wed Apr 20 05:02:21 UTC 2016 - Larry.Finger@lwfinger.net

View File

@ -85,6 +85,8 @@ Patch108: virtualbox-snpritnf-buffer-overflow.patch
Patch109: vbox-usb-warning.diff
# Prevent Guest Additions from creating wrong SONAME
Patch111: vbox_prevent_wrong_SONAME.patch
# Apply Changeset 60565 - Fix bug in DevLsiLogicSCSI.cpp
Patch112: changeset_60565.diff
#
BuildRequires: LibVNCServer-devel
BuildRequires: SDL-devel
@ -316,6 +318,7 @@ This package contains icons for guest desktop files that were created on the des
%patch108 -p1
%patch109 -p1
%patch111 -p1
%patch112 -p1
#copy user manual
cp %{SOURCE1} UserManual.pdf
#copy kbuild config