VirtualBox

Changeset 69581 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 4, 2017 8:40:36 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118931
Message:

PGMPhysRead: Try always memset to 0xff when pgmPhysReadHandler 'fails'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r69111 r69581  
    25242524                    else
    25252525                    {
    2526                         if (enmOrigin == PGMACCESSORIGIN_DEVICE)    /* Questionable paranoia, should be removed. */
    2527                             memset(pvBuf, 0xff, cb);
     2526                        memset(pvBuf, 0xff, cb);
    25282527                        pgmUnlock(pVM);
    25292528                        return rcStrict2;
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