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

fuzz: add fuzzer targeting sample deserialization #1940

Merged
merged 1 commit into from Mar 12, 2024

Conversation

robertfemmer
Copy link
Contributor

Fuzzer targeting sample deserialization

This PR adds a fuzzer to be run in OSS-Fuzz targeting sample deserialization.
It use cyclonedds-python:tests/support_modules/fuzz_tool/ to generate 25 random idl types and random samples for these types. The seed being used is the latest git HEAD commit hash of the cyclonedds repository and therefore types and corpus will change over time.

Copy link
Contributor

@eboasson eboasson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks @robertfemmer ! This is something we were very much missing, and it really is your clever trick for doing random type generation that makes it possible.

@eboasson
Copy link
Contributor

And, for completeness: the CI failures are (now) known issues and (self-evidently) totally unrelated to this fuzzer.

@eboasson eboasson merged commit 42f9323 into eclipse-cyclonedds:master Mar 12, 2024
15 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

2 participants