-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7
-
x86
-
windows_xp
FULL PRODUCT VERSION :
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Sequence number(signed byte array) is directly compared to 0xFF value which is out of signed byte interval.
This problem causes "seqNumOverflow" and "seqNumIsHuge" functions of MAC class to never return true. So re-handshake is never triggered.
REGRESSION. Last worked in version 7
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode)
A DESCRIPTION OF THE PROBLEM :
Sequence number(signed byte array) is directly compared to 0xFF value which is out of signed byte interval.
This problem causes "seqNumOverflow" and "seqNumIsHuge" functions of MAC class to never return true. So re-handshake is never triggered.
REGRESSION. Last worked in version 7
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-7106277 Brokenness in the seqNumberOverflow of MAC
-
- Closed
-