mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Skip fuzz inputs that have more than 64 chunks
This commit is contained in:
parent
fda8b98ac7
commit
1e4374bd27
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue