Skip fuzz inputs that have more than 64 chunks

This commit is contained in:
Justin Azoff 2020-05-20 09:44:06 -04:00
parent fda8b98ac7
commit 1e4374bd27
4 changed files with 28 additions and 0 deletions

View file

@ -43,6 +43,11 @@ public:
*/
bool Valid() const;
/**
* @return the number of chunks in the fuzz buffer object
*/
int ChunkCount() const;
/**
* @return the next chunk to deliver, if one could be extracted
*/