From f69fec207d888875c7faf5b4be2e4227fd09e465 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Apr 2024 19:50:12 +0200 Subject: Merging debian version 7.0.16-dfsg-3. Signed-off-by: Daniel Baumann --- debian/patches/162843.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/162843.patch (limited to 'debian/patches/162843.patch') 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; -- cgit v1.2.3