VirtualBox

Changeset 70513 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 10, 2018 11:52:06 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120137
Message:

RTLdrCheckImports: fListOrdinals was used uninitialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp

    r70512 r70513  
    599599
    600600    RTCHECKIMPORTSOPTS Opts;
    601     Opts.cPaths     = 0;
    602     Opts.papszPaths = NULL;
    603     Opts.enmLdrArch = RTLDRARCH_WHATEVER;
    604     Opts.cVerbosity = 1;
     601    Opts.cPaths        = 0;
     602    Opts.papszPaths    = NULL;
     603    Opts.enmLdrArch    = RTLDRARCH_WHATEVER;
     604    Opts.cVerbosity    = 1;
     605    Opts.fListOrdinals = false;
    605606
    606607    static const RTGETOPTDEF s_aOptions[] =
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette