mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-06 14:33:13 -04:00
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