-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b19
-
generic
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237335 | 11.0.7 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Currently a couple of initializations with sigemptyset are missing in os_aix.cpp, that are done in os_linux .
Usually the missing sigemptyset calls should not be a problem, however in special cases (e.g. very seldom failing pthread_* calls later in the coding) they might lead to uninitialized sigset_t structs used .
Usually the missing sigemptyset calls should not be a problem, however in special cases (e.g. very seldom failing pthread_* calls later in the coding) they might lead to uninitialized sigset_t structs used .
- backported by
-
JDK-8237335 add some initializations using sigemptyset in os_aix.cpp
- Resolved