Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208900 | 8u201 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8216720 | emb-8u201 | David Buck | P3 | Resolved | Fixed | master |
libsaproc.so is missing an explicit GNU_STACK program header that would be required to ensure we get non-executable stacks on all platforms.
Issue seen in Oracle JDK 8. On 10b25, libsaproc.so looks correct. So my backport of 8187045 to 8 must be at fault here.
Issue seen in Oracle JDK 8. On 10b25, libsaproc.so looks correct. So my backport of 8187045 to 8 must be at fault here.
- backported by
-
JDK-8208900 libsaproc.so not linked with -z,noexecstack
- Resolved
-
JDK-8216720 libsaproc.so not linked with -z,noexecstack
- Resolved
- relates to
-
JDK-8187045 [linux] Not all libraries in the VM are linked with -z noexecstack
- Resolved