addr

package
v0.0.0-...-2be76b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Error definitions
	ErrNilAddress    = errors.New("nil address returned from pick")
	ErrInvalidFormat = errors.New("invalid address format")
	ErrAddressAdd    = errors.New("failed to add address")
)

Functions

func Fuzz

func Fuzz(data []byte) int

Fuzz implements the fuzzing entry point for address book testing

Types

type FuzzResult

type FuzzResult int

FuzzResult represents possible fuzzing outcomes

const (
	FuzzError    FuzzResult = -1 // Invalid input
	FuzzIgnore   FuzzResult = 0  // Valid but uninteresting input
	FuzzInterest FuzzResult = 1  // Interesting input
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL