6921610: 1.6 update 17 and 18 throw java.lang.IndexOutOfBoundsException
Reviewed-by: vinnie, xuelei
This commit is contained in:
parent
34198dbc4c
commit
c736a3d9c7
@ -813,7 +813,8 @@ public final class Connection implements Runnable {
|
|||||||
try {
|
try {
|
||||||
while (true) {
|
while (true) {
|
||||||
try {
|
try {
|
||||||
inbuf = new byte[10];
|
// type and length (at most 128 octets for long form)
|
||||||
|
inbuf = new byte[129];
|
||||||
|
|
||||||
offset = 0;
|
offset = 0;
|
||||||
seqlen = 0;
|
seqlen = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user