At least some AArch64 environments (e.g. those using ld.gold) seem to default to executable stacks. This results in specifies_noexecstack returning true for binaries that do not have an explicit GNU_STACK header, but nonetheless have executable stacks. This can cause hotspot/jtreg/runtime/execstack/TestCheckJDK.java to pass even when it should fail.
specifies_noexecstack incorrectly assumes all AArch64 environments default to noexecstack
-
David Buck
-
David Buck
- Votes:
-
0 Vote for this issue
- Watchers:
-
1 Start watching this issue
- Created:
- Updated:
- Resolved: