-
Bug
-
Resolution: Fixed
-
P4
-
17-pool, 21
-
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.