VirtualBox

Ignore:
Timestamp:
Nov 20, 2019 3:20:12 PM (5 years ago)
Author:
vboxsync
Message:

Runtime/dbg/dbgmoddwarf.cpp: Fix compatibility with debug files produced with the UNIX EFI build chain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r77913 r82027  
    34123412             * Common information entry (CIE).  Record the info we need about it.
    34133413             */
    3414             if ((cCies & 8) == 0)
     3414            if ((cCies % 8) == 0)
    34153415            {
    34163416                void *pvNew = RTMemRealloc(paCies, sizeof(paCies[0]) * (cCies + 8));
    34173417                if (pvNew)
     3418                {
    34183419                    paCies = (PRTDWARFCIEINFO)pvNew;
     3420                    pCieHint = NULL;
     3421                }
    34193422                else
    34203423                {
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