VirtualBox

Changeset 46215 in vbox


Ignore:
Timestamp:
May 22, 2013 12:39:14 PM (12 years ago)
Author:
vboxsync
Message:

dbgmodcontainer.cpp: Fix for crash during solaris detection (COMMON symbols are reported as ABS symbols in solaris).

File:
1 edited

Legend:

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

    r46204 r46215  
    403403    /* Be a little relaxed wrt to the symbol size. */
    404404    int rc = VINF_SUCCESS;
    405     if (off + cb > pThis->paSegs[iSeg].cb)
     405    if (iSeg != RTDBGSEGIDX_ABS && off + cb > pThis->paSegs[iSeg].cb)
    406406    {
    407407        cb = pThis->paSegs[iSeg].cb - off;
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