Return a bool value based upon consuming a single byte from the specified fuzzDataView. If fuzzDataView‐>length() is 0, return false.
Synopsis
Declared in <bslim_fuzzutil.h>
static
bool
consumeBool(FuzzDataView* fuzzDataView);
Return Value
a bool based on one consumed byte, or false if empty
Parameters
Name |
Description |
fuzzDataView |
view providing fuzz input bytes |
Created with MrDocs