Skip to content

[C++][CI] IPC file fuzzer can remove batches from IPC file #49803

@pitrou

Description

@pitrou

Describe the bug, including details regarding any error messages, version, and platform.

The IPC file fuzzer can remove batches from the IPC file footer, which should be ok, except that the fuzz target then fails when comparing with the results of reading the IPC stream, since the batches still exist physically in the IPC stream.

We should just ignore those cases instead of having them crashing and reported as issues.

Found by OSS-Fuzz: https://issues.oss-fuzz.com/issues/503357759

Component(s)

C++, Continuous Integration

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions