We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f59c26 commit a453b3cCopy full SHA for a453b3c
test/cfguard-test.c
@@ -35,7 +35,7 @@ void nop_sled_target(void) {
35
__asm__("nop"); __asm__("nop"); __asm__("nop"); __asm__("nop");
36
37
38
-#if defined(__x86_64__)
+#if defined(__x86_64__) && !defined(__arm64ec__)
39
// On x86_64 the stack frame has to be aligned to 16 bytes. Since we
40
// skipped the prologue we need to manually realign it to prevent
41
// alignment-related crashes when calling puts() or exit().
0 commit comments