[Pkg-virtualbox-devel] Bug#785689: patch
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Tue May 26 10:30:35 UTC 2015
following the patch
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
More information about the Pkg-virtualbox-devel
mailing list