Redundant condition test in X509CRLImpl

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 22
    • Affects Version/s: 17-pool, 21
    • Component/s: security-libs

      if ((nextByte == DerValue.tag_SequenceOf)
              && (! ((nextByte & 0x0c0) == 0x080))) {
          ...
          ...
      }

      If nextByte is DerValue.tag_SequenceOf, exactly 0x30, then the test after && always be true.

            Assignee:
            John Jiang
            Reporter:
            John Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: