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
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