commit | ed8006c38f337897e06fa1ca9922f6a453dbe740 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Fri Nov 29 16:42:36 2019 +0000 |
committer | Hector Dearman <hjd@google.com> | Fri Nov 29 16:43:54 2019 +0000 |
tree | 51c0f9d40bed89752885359f48c06cef1d55f599 | |
parent | 8df9e6a2d570315412ec100f9a19dc7105960627 [diff] |
fuzzer: Remove bad CHECK on Send Unfortunately we can't always assume that the Send succeeds during fuzzing. Within Send we may end up calling sendmsg multiple times. If the first sendmsg causes the receiver to hang up on us (which it can do if we set the frame size too large) then the second sendmsg will fail causing the whole method to return the error code. Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15770 Change-Id: I6b45418d1f14835f8d92e37eeb5179b2283083c5
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.
You can reach us on our Discord channel. If you prefer using IRC we have an experimental Discord <> IRC bridge synced with #perfetto-dev
on Freenode.