-
Bug
-
Resolution: Fixed
-
P4
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098728 | emb-9 | Weijun Wang | P4 | Resolved | Fixed | team |
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.
- backported by
-
JDK-8098728 MSOID2.java test is not perfect
-
- Resolved
-
- relates to
-
JDK-8078439 SPNEGO auth fails if client proposes MS krb5 OID
-
- Closed
-