Changeset 52107 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 21, 2014 5:53:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r52104 r52107 4649 4649 if (cbKey != -1) 4650 4650 { 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); 4653 4653 if (RT_SUCCESS(rc)) 4654 4654 {
Note:
See TracChangeset
for help on using the changeset viewer.