Affected by GO-2022-0456
and 2 other vulnerabilities
GO-2022-0456: DoS via malicious p2p message in Go Ethereum in github.com/ethereum/go-ethereum
GO-2023-2046: Unbounded memory consumption in github.com/ethereum/go-ethereum
GO-2024-2819: Denial of Service in github.com/ethereum/go-ethereum
package
Version:
v1.10.7
Opens a new window with list of versions in this module.
Published: Aug 12, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
The function must return
1 if the fuzzer should increase priority of the
given input during subsequent fuzzing (for example, the input is lexically
correct and was parsed successfully);
-1 if the input must not be added to corpus even if gives new coverage; and
0 otherwise
other values are reserved for future use.
func Generate(input []byte) randTest
Source Files
¶
Click to show internal directories.
Click to hide internal directories.