|
|
@@ -13,6 +13,12 @@ func TestFuzzBugs(t *testing.T) {
|
|
|
[]byte("\x8000\x0e\x00\x00\x00\x000"),
|
|
|
[]byte("\x8000\x00\x00\x00\x00\t0000000000"),
|
|
|
[]byte("\xa0\xff\x01\xae\xefqE\xf2\x1a"),
|
|
|
+ []byte("\x8200\b\x00\x00\x00c\x00\x00\x00\x02000\x01\x00\x00\x00\x03" +
|
|
|
+ "\x00\n0000000000\x00\x14000000" +
|
|
|
+ "00000000000000\x00\x020000" +
|
|
|
+ "\x00\a000000000\x00\x050000000" +
|
|
|
+ "\xff0000000000000000000" +
|
|
|
+ "0000000"),
|
|
|
}
|
|
|
|
|
|
for i, test := range tests {
|