mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 22:17:04 -04:00
fuzzing with dvyukov/go-fuzz
This commit is contained in:
10
lib/common/fuzz/destination/fuzz.go
Normal file
10
lib/common/fuzz/destination/fuzz.go
Normal file
@ -0,0 +1,10 @@
|
||||
package exportable
|
||||
|
||||
import "github.com/hkparker/go-i2p/lib/common"
|
||||
|
||||
func Fuzz(data []byte) int {
|
||||
destination := common.Destination(data)
|
||||
destination.Base32Address()
|
||||
destination.Base64()
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user