You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
198 B

// Mock an invalid CFI-enabled library.
__attribute__((aligned(4096))) extern "C" char dummy[16] = {};
__asm__(".globl __cfi_check");
__asm__("__cfi_check = dummy + 3"); // Not aligned to anything.