VirtualBox

Changeset 74664 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2018 9:51:47 AM (6 years ago)
Author:
vboxsync
Message:

common/ldr: add RT_FALL_THRU() to recently added files to fix build.
bugref:9232: disabling SIP through VirtualBox kext

Location:
trunk/src/VBox/Runtime/common/ldr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp

    r74646 r74664  
    14401440                case RANGE:
    14411441                    KLDRMODLX_ASSERT(!"RANGE");
    1442                     /* Falls through. */
     1442                    RT_FALL_THRU();
    14431443                default:
    14441444                    rc = VERR_LDRLX_BAD_PAGE_MAP;
     
    24182418                    case NRRENT:
    24192419                        KLDRMODLX_ASSERT(!"NRRENT");
    2420                         /* Falls through. */
     2420                        RT_FALL_THRU();
    24212421                    default:
    24222422                        iSelector = -1;
  • trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp

    r74656 r74664  
    744744                                RTLDRMODMACHO_CHECK_RETURN(fOpenFlags & RTLDR_O_FOR_DEBUG, \
    745745                                                          VERR_LDRMACHO_UNSUPPORTED_INIT_SECTION); \
    746                                 /* Falls through. */ \
     746                                RT_FALL_THRU(); \
    747747                            case S_MOD_TERM_FUNC_POINTERS: \
    748748                                /** @todo this requires a query API or flag... (e.g. C++ destructors) */ \
     
    848848                                        *pLinkAddress = pSect->addr; \
    849849                                } \
    850                                 /* Falls through. */ \
     850                                RT_FALL_THRU(); \
    851851                            case MH_EXECUTE: \
    852852                            case MH_DYLIB: \
     
    30773077                case X86_64_RELOC_SIGNED_4:
    30783078                    RTLDRMODMACHO_CHECK_RETURN(Fixup.r.r_pcrel, VERR_LDR_BAD_FIXUP);
    3079                     /* Falls through. */
     3079                    RT_FALL_THRU();
    30803080                default:
    30813081                {
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