VirtualBox

Changeset 99861 in vbox for trunk


Ignore:
Timestamp:
May 19, 2023 4:58:08 PM (17 months ago)
Author:
vboxsync
Message:

Linux: vboxdrv: suppress false-positive warning caused by CONFIG_FORTIFY_SOURCE kernel config option (for RHEL 9.3 kernel), bugref:10209, ticketref:21671.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r99739 r99861  
    243243#       endif
    244244#   endif
    245 #   if RTLNX_VER_MIN(5,18,0) && !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE)
     245#   if (RTLNX_VER_MIN(5,18,0) || RTLNX_RHEL_RANGE(9,3, 9,99)) && !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE)
    246246#    define SUPDRV_UNFORTIFIED_MEMCPY __underlying_memcpy
    247247#   endif
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