VirtualBox

Changeset 51316 in vbox for trunk


Ignore:
Timestamp:
May 20, 2014 7:23:58 PM (11 years ago)
Author:
vboxsync
Message:

build fix v2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_client.c

    r51313 r51316  
    193193    if (pInfo->idBuffer
    194194            && pInfo->cValues >= cValues
    195             && !memcmp(pValue, &pInfo->Value, cbValue))
     195            && !crMemcmp(pValue, &pInfo->Value, cbValue))
    196196        return GL_FALSE;
    197197
     
    206206    for (i = 0; i < cValues; ++i)
    207207    {
    208         memcpy(pu8Buf, pValue, cbValue);
     208        crMemcpy(pu8Buf, pValue, cbValue);
    209209        pu8Buf += cbValue;
    210210    }
     
    230230
    231231    pInfo->cValues = cValues;
    232     memcpy(&pInfo->Value, pValue, cbValue);
     232    crMemcpy(&pInfo->Value, pValue, cbValue);
    233233
    234234    crFree(pBuffer);
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