-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26
-
Component/s: security-libs
-
b09
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8366243 | 25.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
| JDK-8369003 | 21.0.10 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
| JDK-8370570 | 17.0.18 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
(we see this when using the gcc flag -fanalyzer)
/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c:1239:16: error: use of uninitialized value 'ckpObject' [CWE-457] [-Werror=analyzer-use-of-uninitialized-value]
1239 | return ckpObject;
| ^~~~~~~~~
/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c:1246:16: error: use of uninitialized value 'ckpObject' [CWE-457] [-Werror=analyzer-use-of-uninitialized-value]
1246 | return ckpObject;
/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c:1290:16: error: use of uninitialized value 'ckpObject' [CWE-457] [-Werror=analyzer-use-of-uninitialized-value]
1290 | return ckpObject;
| ^~~~~~~~~
/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c:1297:16: error: use of uninitialized value 'ckpObject' [CWE-457] [-Werror=analyzer-use-of-uninitialized-value]
1297 | return ckpObject;
- backported by
-
JDK-8366243 [GCC static analyzer] complains about use of uninitialized value ckpObject in p11_util.c
-
- Resolved
-
-
JDK-8369003 [GCC static analyzer] complains about use of uninitialized value ckpObject in p11_util.c
-
- Resolved
-
-
JDK-8370570 [GCC static analyzer] complains about use of uninitialized value ckpObject in p11_util.c
-
- Resolved
-
- relates to
-
JDK-8362516 Support of GCC static analyzer (-fanalyzer)
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk17u-dev/3a7280bd
-
Commit(master)
openjdk/jdk21u-dev/20d362c5
-
Commit(master)
openjdk/jdk25u/f672a4c4
-
Commit(master)
openjdk/jdk/518d5f4b
-
Review(master)
openjdk/jdk17u-dev/4086
-
Review(master)
openjdk/jdk21u-dev/2264
-
Review(master)
openjdk/jdk25u/129
-
Review(master)
openjdk/jdk/26427