VirtualBox

Changeset 41873 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 21, 2012 11:40:40 PM (12 years ago)
Author:
vboxsync
Message:

CSAM: Fixed cross page bug (shouldn't do much harm, unless the following page is absent).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CSAM.cpp

    r41810 r41873  
    779779            )
    780780    {
    781         memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbMaxRead);
     781        memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbMinRead);
    782782        offInstr += cbMinRead;
    783783        rc = VINF_SUCCESS;
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