Github user kcc commented on the issue:
https://github.com/apache/qpid-proton/pull/95
Re declaration of LLVMFuzzerTestOneInput -- libFuzzer does have a single
interface header,
FuzzerInterface.h, but we typically ask *not* to use it because we want the
fuzz targets to be 100% independent of any particular fuzzing engine, so that
e.g. AFL (or any other)
can be used even if LibFuzzer is not present.
This does cause discussions like this, I know. But otherwise is not very
problematic.
In the worst case if you declare LLVMFuzzerTestOneInput incorrectly,
linking will fail.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]