Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8079821

MSOID2.java test is not perfect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • security-libs

        The test adds 11 bytes into an existing packet and needs to adjust the length field inside. This is done by adding 11 to several bytes inside. However, if there is a overflow, a carry is needed. For example, if the length field is 01 FF, after adding 11, it should 02 0A.

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: