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;
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user