Changeset 18499 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 29, 2009 2:26:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r18242 r18499 394 394 * Calc the length and check if there is space before copying. 395 395 */ 396 unsignedcch = strlen(g_szSupLibHardenedDirPath) + 1;396 size_t cch = strlen(g_szSupLibHardenedDirPath) + 1; 397 397 if (cch <= cchPath) 398 398 {
Note:
See TracChangeset
for help on using the changeset viewer.