Changeset 26249 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 5, 2010 12:01:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldr.cpp
r21337 r26249 123 123 if (RT_SUCCESS(rc)) 124 124 { 125 *ppvValue = (void *) Value;125 *ppvValue = (void *)(uintptr_t)Value; 126 126 if ((uintptr_t)*ppvValue != Value) 127 127 rc = VERR_BUFFER_OVERFLOW;
Note:
See TracChangeset
for help on using the changeset viewer.