Changeset 41068 in vbox
- Timestamp:
- Apr 26, 2012 11:39:29 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r41067 r41068 3892 3892 * Allocate memory. 3893 3893 */ 3894 pv = RTMemAlloc(RT_OFFSETOF(SUPDRVLDRIMAGE, szName[cchName + 1])); 3894 Assert(cchName < sizeof(pImage->szName)); 3895 pv = RTMemAlloc(sizeof(SUPDRVLDRIMAGE)); 3895 3896 if (!pv) 3896 3897 {
Note:
See TracChangeset
for help on using the changeset viewer.

