VirtualBox

Changeset 81649 in vbox for trunk/src/VBox/Runtime/common/fs


Ignore:
Timestamp:
Nov 4, 2019 12:10:50 PM (5 years ago)
Author:
vboxsync
Message:

Linux 5.4: no more arbitrary executable pages and more changes, ticketref:18945

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp

    r80585 r81649  
    10531053                    case 3: cClustersInRun |= (uint32_t)pbPairs[offPairs + 2] << 16; RT_FALL_THRU();
    10541054                    case 2: cClustersInRun |= (uint16_t)pbPairs[offPairs + 1] <<  8; RT_FALL_THRU();
    1055                     case 1: cClustersInRun |= (uint16_t)pbPairs[offPairs + 0] <<  0; RT_FALL_THRU();
     1055                    case 1: cClustersInRun |= (uint16_t)pbPairs[offPairs + 0] <<  0;
    10561056                }
    10571057                offPairs += cbRunField;
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