-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b05
-
generic
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8284759 | 11.0.16 | Martin Doerr | P3 | Resolved | Fixed | b01 |
Stack protection flags are available for AIX/xlc :
https://www.ibm.com/support/knowledgecenter/SSGH2K_12.1.0/com.ibm.xlc121.aix.doc/compiler_ref/opt_stackprotect.html
"Provides protection against malicious code or programming errors that overwrite or corrupt the stack."
The patch will set the stack protection flags .
Similar changes have been done for Linux :
8199552: Update to build scripts
introduced stack protection compile flags for Linux/gcc .
https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/8b060cdf0251
https://www.ibm.com/support/knowledgecenter/SSGH2K_12.1.0/com.ibm.xlc121.aix.doc/compiler_ref/opt_stackprotect.html
"Provides protection against malicious code or programming errors that overwrite or corrupt the stack."
The patch will set the stack protection flags .
Similar changes have been done for Linux :
8199552: Update to build scripts
introduced stack protection compile flags for Linux/gcc .
https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/8b060cdf0251
- backported by
-
JDK-8284759 Update build settings for AIX/xlc
- Resolved