VirtualBox

Changeset 19560 in vbox for trunk


Ignore:
Timestamp:
May 10, 2009 4:43:13 AM (16 years ago)
Author:
vboxsync
Message:

EFI: typo (uninitialized variable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFSym.cpp

    r19466 r19560  
    658658     * Open the load file.
    659659     */
    660     FILE *pFile;
     660    FILE *pFile = NULL;
    661661    char szFoundFile[RTPATH_MAX];
    662662    int rc = dbgfR3ModuleLocateAndOpen(pVM, pszFilename, szFoundFile, sizeof(szFoundFile), &pFile);
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