VirtualBox

Changeset 24302 in vbox for trunk/src


Ignore:
Timestamp:
Nov 4, 2009 9:11:23 AM (15 years ago)
Author:
vboxsync
Message:

VBoxTray: Fix for seamless mode memory corruption (provided by Huihong Luo).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp

    r21219 r24302  
    239239        {
    240240            LPRGNDATA lpRgnData = (LPRGNDATA)malloc(cbSize);
    241             memset(lpRgnData, 0, cbSize);
    242241            if (lpRgnData)
    243242            {
     243                                memset(lpRgnData, 0, cbSize);
    244244                cbSize = GetRegionData(param.hrgn, cbSize, lpRgnData);
    245245                if (cbSize)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette