summaryrefslogtreecommitdiffstats
path: root/debian/patches/162843.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:50:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:50:12 +0000
commit4decb39c3d2748c61b939c8f5e35df95a94436e9 (patch)
treefe3ece7961e38e93a39eaed920ec7d16cd626115 /debian/patches/162843.patch
parentAdding debian version 7.0.16-dfsg-2. (diff)
downloadvirtualbox-4decb39c3d2748c61b939c8f5e35df95a94436e9.tar.xz
virtualbox-4decb39c3d2748c61b939c8f5e35df95a94436e9.zip
Adding debian version 7.0.16-dfsg-3.debian/7.0.16-dfsg-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/162843.patch')
-rw-r--r--debian/patches/162843.patch11
1 files changed, 11 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;