VirtualBox

Changeset 42991 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Aug 27, 2012 7:41:56 AM (12 years ago)
Author:
vboxsync
Message:

VBoxCertUtil: Fixed crashing when installing non-existent certificates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp

    r42977 r42991  
    221221                       errorToString(GetLastError()), pszCertFile);
    222222        }
     223        RTFileReadAllFree(pvFile, cbFile);
    223224    }
    224225    else
    225226        RTMsgError("RTFileReadAll failed on '%s': %Rrc", pszCertFile, rc);
    226     RTFileReadAllFree(pvFile, cbFile);
    227227    return fRc;
    228228}
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