VirtualBox

Changeset 52107 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 21, 2014 5:53:17 AM (10 years ago)
Author:
vboxsync
Message:

Missing cast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r52104 r52107  
    46494649        if (cbKey != -1)
    46504650        {
    4651             uint8_t *pbKey = NULL;
    4652             rc = RTMemSaferAllocZEx(&pbKey, cbKey, RTMEMSAFER_F_REQUIRE_NOT_PAGABLE);
     4651            uint8_t *pbKey;
     4652            rc = RTMemSaferAllocZEx((void **)&pbKey, cbKey, RTMEMSAFER_F_REQUIRE_NOT_PAGABLE);
    46534653            if (RT_SUCCESS(rc))
    46544654            {
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