VirtualBox

Ignore:
Timestamp:
Mar 29, 2009 2:26:30 AM (16 years ago)
Author:
vboxsync
Message:

SUPR3HardenedMain: size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r18242 r18499  
    394394     * Calc the length and check if there is space before copying.
    395395     */
    396     unsigned cch = strlen(g_szSupLibHardenedDirPath) + 1;
     396    size_t cch = strlen(g_szSupLibHardenedDirPath) + 1;
    397397    if (cch <= cchPath)
    398398    {
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