mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
commit
5389ad69f8
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Bump spicy-plugin to v1.3.18. (Benjamin Bannier, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.0-dev.504
|
||||
5.1.0-dev.506
|
||||
|
|
|
@ -65,7 +65,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
|||
|
||||
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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue