Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link fuzzers as C++ #1946

Merged

Conversation

eboasson
Copy link
Contributor

Building for the libfuzzer, afl and honggfuzz engines works fine when linked as C, but the centipede fuzzer runs into link errors because it needs the C++ standard library.

Building for the libfuzzer, afl and honggfuzz engines works fine when linked as C, but the
centipede fuzzer runs into link errors because it needs the C++ standard library.

Signed-off-by: Erik Boasson <eb@ilities.com>
It built successfully, but would not run.  This also gets reported as a build error by
OSS-Fuzz.

Signed-off-by: Erik Boasson <eb@ilities.com>
@eboasson eboasson force-pushed the fix-oss-fuzz-centipede-build branch from ca91ad8 to 3d74694 Compare March 22, 2024 09:32
@eboasson eboasson merged commit 81c1d44 into eclipse-cyclonedds:master Mar 22, 2024
1 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant