7.0.16 release pocket might crash, while 7.0.16 in proposed is fine

** Description changed:

  [Description]
- ATTENTION: PLEASE REFRAIN FROM UPGRADING TO 7.0.16 FOR NOW. THIS RELEASE HAS 
AN ISSUE WHICH MIGHT CAUSE HOST OS CRASH WHEN VM IS CONFIGURED TO USE BRIDGED 
OR HOST-ONLY NETWORKING. WE WILL SEND AN ANNOUNCEMENT TO MAILING LISTS WHEN FIX 
WILL BE AVAILABLE FOR DOWNLOAD.
+ ATTENTION: PLEASE REFRAIN FROM UPGRADING TO 7.0.16 (release pocket) FOR NOW. 
THIS RELEASE HAS AN ISSUE WHICH MIGHT CAUSE HOST OS CRASH WHEN VM IS CONFIGURED 
TO USE BRIDGED OR HOST-ONLY NETWORKING. WE WILL SEND AN ANNOUNCEMENT TO MAILING 
LISTS WHEN FIX WILL BE AVAILABLE FOR DOWNLOAD.
  
  An incomplete allocation variable triggers an R0 memory corruption on
  kernel, leading to possible host crashes when high amount of traffic is
  generated
  
  [Fix]
  --- 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;
  
  [ Regression potential ]
  * Low, this is just a variable initialization.
  
  [ Test case ]
  * Enable Bridge and NAT network interface on the guest and generate a huge 
amount of traffic. The host *should not crash*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063841

Title:
  [SRU] virtualbox crash on network traffic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/2063841/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to