[Pkg-virtualbox-commits] [virtualbox] 01/01: Fix crash in raw mode

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue May 19 08:36:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch jessie
in repository virtualbox.

commit 8718e395beab5b66b69ddc1630b7b0621a887541
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue May 19 10:24:54 2015 +0200

    Fix crash in raw mode
---
 debian/changelog                       |  8 ++++++++
 debian/patches/39-crash-raw-mode.patch | 10 ++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0e5d537..a9c3059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+virtualbox (4.3.18-dfsg-3+deb8u3) jessie; urgency=medium
+
+  * d/p/39-crash-raw-mode.patch fix crash in raw mode.
+    (Closes: #785689) from upstream changeset 53083
+    thanks Frank for the hint!
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Tue, 19 May 2015 10:22:10 +0200
+
 virtualbox (4.3.18-dfsg-3+deb8u2) jessie-security; urgency=high
 
   * d/p/CVE-2015-3456.patch fix for CVE-2015-3456 a.k.a. VENOM
diff --git a/debian/patches/39-crash-raw-mode.patch b/debian/patches/39-crash-raw-mode.patch
new file mode 100644
index 0000000..3a5a561
--- /dev/null
+++ b/debian/patches/39-crash-raw-mode.patch
@@ -0,0 +1,10 @@
+Index: trunk/src/VBox/Devices/PC/DevACPI.cpp
+===================================================================
+--- a/src/VBox/Devices/PC/DevACPI.cpp
++++ b/src/VBox/Devices/PC/DevACPI.cpp
+@@ -2936,4 +2936,5 @@
+ {
+     ACPIState *pThis = PDMINS_2_DATA(pDevIns, ACPIState *);
++    pThis->pDevInsRC = PDMDEVINS_2_RCPTR(pDevIns);
+     pThis->pPmTimerRC = TMTimerRCPtr(pThis->pPmTimerR3);
+     NOREF(offDelta);
diff --git a/debian/patches/series b/debian/patches/series
index de801a7..6fe9974 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@
 36-fix-vnc-version-string.patch
 37-disable-smap.patch
 CVE-2015-3456.patch
+39-crash-raw-mode.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list