-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17-pool, 21
-
Component/s: security-libs
-
b09
if ((nextByte == DerValue.tag_SequenceOf)
&& (! ((nextByte & 0x0c0) == 0x080))) {
...
...
}
If nextByte is DerValue.tag_SequenceOf, exactly 0x30, then the test after && always be true.
&& (! ((nextByte & 0x0c0) == 0x080))) {
...
...
}
If nextByte is DerValue.tag_SequenceOf, exactly 0x30, then the test after && always be true.
- links to
-
Commit
openjdk/jdk/28be34c1
-
Review
openjdk/jdk/15051
-
Review(master)
openjdk/jdk21u-dev/2344