Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ FuzzParseInt
Function
FuzzParseInt
fuzz.go:65–71 ·
view source on GitHub ↗
SYS-REQ-015
(data []byte)
Source
from the content-addressed store, hash-verified
63
64
// SYS-REQ-015
65
func
FuzzParseInt(data []byte) int {
66
_, err := ParseInt(data)
67
if
err != nil {
68
return
0
69
}
70
return
1
71
}
72
73
// SYS-REQ-012
74
func
FuzzParseBool(data []byte) int {
Callers
2
FuzzParseIntNative
Function · 0.85
TestAdditionalFuzzHarnessCoverage
Function · 0.85
Calls
1
ParseInt
Function · 0.85
Tested by
2
FuzzParseIntNative
Function · 0.68
TestAdditionalFuzzHarnessCoverage
Function · 0.68