VirtualBox

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


Ignore:
Timestamp:
Nov 4, 2019 12:10:50 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134407
Message:

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

Location:
trunk/src/VBox/Runtime
Files:
2 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;
  • trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c

    r76553 r81649  
    3737#include "internal/thread.h"
    3838
     39#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     40    #include <uapi/linux/sched/types.h>
     41#endif /* >= KERNEL_VERSION(4, 11, 0) */
    3942
    4043RTDECL(RTTHREAD) RTThreadSelf(void)
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