JDK-8079821 : MSOID2.java test is not perfect
  • Type: Bug
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-08
  • Updated: 2024-04-23
  • Resolved: 2015-06-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b68Fixed
Related Reports
Relates :  
Description
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.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d7188f2cae73 User: lana Date: 2015-06-10 21:24:34 +0000
10-06-2015

URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d7188f2cae73 User: weijun Date: 2015-06-04 07:30:17 +0000
04-06-2015