start fuzzing i2np
This commit is contained in:
@@ -133,3 +133,7 @@ func TestReadI2NPNTCPDataWithValidData(t *testing.T) {
|
||||
assert.Equal([]byte{0x01, 0x02, 0x03}, data)
|
||||
assert.Nil(err)
|
||||
}
|
||||
|
||||
func TestCrasherRegression123781(t *testing.T) {
|
||||
ReadI2NPNTCPHeader([]byte{0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x30})
|
||||
}
|
||||
|
Reference in New Issue
Block a user