Merge remote-tracking branch 'origin/topic/timw/2397-next-not-forward'

* origin/topic/timw/2397-next-not-forward:
  Use NextStream instead of ForwardStream in fuzzers
This commit is contained in:
Tim Wojtulewicz 2022-09-15 11:11:57 -04:00
commit 5389ad69f8
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
5.1.0-dev.506 | 2022-09-15 11:11:57 -0400
* Use NextStream instead of ForwardStream in fuzzers (Tim Wojtulewicz, Corelight)
5.1.0-dev.504 | 2022-09-13 08:09:27 -0400 5.1.0-dev.504 | 2022-09-13 08:09:27 -0400
* Bump spicy-plugin to v1.3.18. (Benjamin Bannier, Corelight) * Bump spicy-plugin to v1.3.18. (Benjamin Bannier, Corelight)

View file

@ -1 +1 @@
5.1.0-dev.504 5.1.0-dev.506

View file

@ -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 )
{ {