This repository was archived by the owner on Dec 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ func readComposite(r reader) (interface{}, error) {
681
681
return unmarshal (r , iface )
682
682
}
683
683
684
- var compositeTypes = [255 ]func () interface {}{
684
+ var compositeTypes = [256 ]func () interface {}{
685
685
typeCodeError : func () interface {} { return new (Error ) },
686
686
typeCodeDeleteOnClose : func () interface {} { return deleteOnClose },
687
687
typeCodeDeleteOnNoMessages : func () interface {} { return deleteOnNoMessages },
Original file line number Diff line number Diff line change @@ -332,6 +332,11 @@ func TestFuzzConnCrashers(t *testing.T) {
332
332
"\xdb \xf1 \xbd \xbf wCB@P\x01 \x00 S(\xc0 \x1a \v \xa1 \x05 /t" +
333
333
"est@@@@@@@@@@@@@C\x80 \x00 \x00 " +
334
334
"\x00 \x80 \x00 \x04 \x10 \x00 @@@" ,
335
+ 24 : "\x00 \x00 \x00 d\x02 \x00 \x00 \x00 \x00 S\x12 \xc0 \x00 \x0e \xa1 (p\xbd \xbf \xef " +
336
+ "\xbd \xdf \uf03d \xbf ソソソ\xef \xff \xff \xff \x80 " +
337
+ "\xbd \xbf ソソ\x00 \x02 BrXfdw`@CB" +
338
+ "@P\x01 \x00 `S(\xc0 \x12 \v \xa1 \x05 ./est`@@" +
339
+ "@`\x80 @@@@@\x00 P\xff \x00 \x00 \x00 @@@`@\x00 " ,
335
340
}
336
341
337
342
for i , tt := range tests {
You can’t perform that action at this time.
0 commit comments