Merge
This commit is contained in:
commit
e4c75c1368
@ -261,7 +261,12 @@ bool ElfFile::specifies_noexecstack() {
|
||||
}
|
||||
}
|
||||
}
|
||||
// AARCH64 defaults to noexecstack. All others default to execstack.
|
||||
#ifdef AARCH64
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user