VirtualBox

Changeset 78653 in vbox for trunk/src


Ignore:
Timestamp:
May 22, 2019 10:00:33 AM (6 years ago)
Author:
vboxsync
Message:

DnD/GuestDnDPrivate.h: Limit meta data size in GuestDnDMetaData::resize() to 32MB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r78095 r78653  
    184184        if (cbSize == cbData)
    185185            return VINF_SUCCESS;
     186
     187        if (cbSize > _32M) /* Meta data can be up to 32MB. */
     188            return VERR_INVALID_PARAMETER;
    186189
    187190        void *pvTmp = NULL;
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