VirtualBox

Changeset 61040 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
May 18, 2016 5:05:00 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107305
Message:

Off by one.

File:
1 edited

Legend:

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

    r61039 r61040  
    623623static int dbgDiggerLinuxFoundMarkers(PDBGDIGGERLINUX pThis, PCDBGFADDRESS pAddrMarkers, uint32_t cbMarkerEntry)
    624624{
    625     pThis->cbKernelNames         = pAddrMarkers->FlatPtr - pThis->AddrKernelNames.FlatPtr - 1;
     625    pThis->cbKernelNames         = pAddrMarkers->FlatPtr - pThis->AddrKernelNames.FlatPtr;
    626626    pThis->AddrKernelNameMarkers = *pAddrMarkers;
    627627    pThis->cKernelNameMarkers    = RT_ALIGN_32(pThis->cKernelSymbols, 256) / 256;
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