Adds a fuzz harness and oss-fuzz build configuration#1877
Open
nathaniel-brough wants to merge 11 commits intoUltimaker:mainfrom
Open
Adds a fuzz harness and oss-fuzz build configuration#1877nathaniel-brough wants to merge 11 commits intoUltimaker:mainfrom
nathaniel-brough wants to merge 11 commits intoUltimaker:mainfrom
Conversation
Author
|
cc @nallath as you are listed as primary contact for oss-fuzz configs :) |
The origional test program works when compiling with stdlibc++ but not libc++.
Author
|
@jellespijker Friendly ping :) I need to work through some of the other conflicts that I've merged incorrectly. Before I do that, is this PR of any interest? |
Member
|
Hi @silvergasp Apologize for taking this long to reply. My GitHub notification probably got lost in the 600+ notifications if I'm working on GH actions and I get the failed run notification. At a first glance I would say, yes Fuzz testing is something that we want I will bring this up with the team such that we can plan the review and testing in our sprint |
Author
|
Not a problem, let me know if you have any further queries regarding this PR/oss-fuzz or just more generally about fuzzing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a fuzz testing harness and the necessary build configurations, to get CuraEngine integrated into oss-fuzz. This is in initial integration as a follow up on #1603.
See corresponding draft integration PR here google/oss-fuzz#10155
Type of change
How Has This Been Tested?
This PR does not add any new functionality instead it adds ONLY fuzz testing harnesses.
Test Configuration:
Checklist: