Documentation ¶
Overview ¶
Package defs provides constants required by go-fuzz-build, go-fuzz, and instrumented code.
Index ¶
Constants ¶
View Source
const ( CoverSize = 64 << 10 MaxInputSize = 1 << 20 SonarRegionSize = 1 << 20 )
View Source
const ( SonarEQL = iota SonarNEQ SonarLSS SonarGTR SonarLEQ SonarGEQ SonarOpMask = 7 SonarLength = 1 << 3 SonarSigned = 1 << 4 SonarString = 1 << 5 SonarConst1 = 1 << 6 SonarConst2 = 1 << 7 SonarHdrLen = 6 SonarMaxLen = 20 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.