summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/162843.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/162843.patch b/debian/patches/162843.patch
new file mode 100644
index 00000000..6652320d
--- /dev/null
+++ b/debian/patches/162843.patch
@@ -0,0 +1,11 @@
+Index: /branches/VBox-7.0/src/VBox/Devices/Network/SrvIntNetR0.cpp
+===================================================================
+--- a/src/VBox/Devices/Network/SrvIntNetR0.cpp (revision 162842)
++++ b/src/VBox/Devices/Network/SrvIntNetR0.cpp (revision 162843)
+@@ -2936,5 +2936,5 @@
+ union
+ {
+- uint8_t abBuf[sizeof(INTNETSG) + sizeof(INTNETSEG)];
++ uint8_t abBuf[sizeof(INTNETSG) + 2 * sizeof(INTNETSEG)];
+ INTNETSG SG;
+ } u;
diff --git a/debian/patches/series b/debian/patches/series
index 07cab078..f13ae574 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
35-libvdeplug-soname.patch
36-fix-vnc-version-string.patch
37-do-not-run-if-not-in-vm.patch
+162843.patch