mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-13 11:54:46 -04:00
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
time="2017-04-07T21:24:51-07:00" level=warning msg="string format warning" at="(String) Length" expected_bytes_length=1 reason="data longer than specified" string_bytes_length=3 string_length_field=0
|
|
panic: runtime error: slice bounds out of range
|
|
|
|
goroutine 1 [running]:
|
|
panic(0x55732ff677e0, 0xc42000c1f0)
|
|
/tmp/go-fuzz-build303011531/goroot/src/runtime/panic.go:500 +0x1a1
|
|
github.com/hkparker/go-i2p/lib/common.ReadRouterAddress(0x7ff24dbe0000, 0xc, 0x200000, 0x10, 0x350, 0x36, 0xc420053e88, 0x55732fec5cd3, 0x58e86613, 0x3747c069, ...)
|
|
/tmp/go-fuzz-build303011531/gopath/src/github.com/hkparker/go-i2p/lib/common/router_address.go:152 +0x450
|
|
github.com/hkparker/go-i2p/lib/common/fuzz/router_address.Fuzz(0x7ff24dbe0000, 0xc, 0x200000, 0x0)
|
|
/tmp/go-fuzz-build303011531/gopath/src/github.com/hkparker/go-i2p/lib/common/fuzz/router_address/fuzz.go:6 +0x4c
|
|
go-fuzz-dep.Main(0x55732ff8f948)
|
|
/tmp/go-fuzz-build303011531/goroot/src/go-fuzz-dep/main.go:49 +0xe8
|
|
main.main()
|
|
/tmp/go-fuzz-build303011531/gopath/src/github.com/hkparker/go-i2p/lib/common/fuzz/router_address/go.fuzz.main/main.go:10 +0x2d
|
|
|
|
goroutine 17 [syscall, locked to thread]:
|
|
runtime.goexit()
|
|
/tmp/go-fuzz-build303011531/goroot/src/runtime/asm_amd64.s:2086 +0x1
|
|
exit status 2 |