#include <cstdint>
#include <functional>
#include <span>
#include <string_view>
Go to the source code of this file.
◆ DETAIL_FUZZ
Value:
} \
std::span< const uint8_t > FuzzBufferType
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition at line 37 of file fuzz.h.
◆ FUZZ_TARGET
◆ LIMITED_WHILE
Can be used to limit a theoretically unbounded loop.
This caps the runtime to avoid timeouts or OOMs.
This can be used in combination with a check in the condition to confirm whether the fuzz engine provided "good" data. If the fuzz input contains invalid data, the loop aborts early. This will teach the fuzz engine to look for useful data and avoids bloating the fuzz input folder with useless data.
Definition at line 22 of file fuzz.h.
◆ FuzzBufferType
◆ TypeTestOneInput
◆ FuzzFrameworkRegisterTarget()