mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Use NextStream instead of ForwardStream in fuzzers
This commit is contained in:
parent
3af272b6d3
commit
650d5a4c5e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
a->ForwardStream(chunk->size, chunk->data.get(), chunk->is_orig);
|
a->NextStream(chunk->size, chunk->data.get(), chunk->is_orig);
|
||||||
}
|
}
|
||||||
catch ( const binpac::Exception& e )
|
catch ( const binpac::Exception& e )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue