VirtualBox

Changeset 107415 in vbox


Ignore:
Timestamp:
Jan 6, 2025 2:06:22 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166466
Message:

Debugger/DBGCDumpImage.cpp: Fix check, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCDumpImage.cpp

    r107375 r107415  
    13091309            myPrintf("          Version: %u.%u\n", ExpDir.MajorVersion, ExpDir.MinorVersion);
    13101310
    1311         uint32_t const cExports = ExpDir.NumberOfNames;
     1311        uint32_t const cExports = ExpDir.NumberOfFunctions;
    13121312        if (cExports > _16K)
    13131313        {
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