-
Notifications
You must be signed in to change notification settings - Fork 286
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
add ClusterFuzzLite with go native fuzzing #830
Closed
Closed
Conversation
This file contains 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
github-actions
bot
added
area/schema
Affects the Schema Language
area/tooling
Affects the dev or user toolchain (e.g. tests, ci, build tools)
labels
Sep 20, 2022
vroldanbet
force-pushed
the
add-oss-fuzz
branch
2 times, most recently
from
September 20, 2022 17:16
5d6fbd2
to
92fede4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
vroldanbet
force-pushed
the
add-oss-fuzz
branch
2 times, most recently
from
September 20, 2022 17:45
813eed5
to
098302e
Compare
vroldanbet
force-pushed
the
add-oss-fuzz
branch
from
September 20, 2022 17:58
098302e
to
78267c9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Closed
vroldanbet
force-pushed
the
add-oss-fuzz
branch
13 times, most recently
from
September 21, 2022 14:56
6cd29c0
to
37126f3
Compare
vroldanbet
changed the title
adds oss-fuzz CI and a parser test
add ClusterFuzzLite redux
Sep 21, 2022
vroldanbet
force-pushed
the
add-oss-fuzz
branch
from
September 21, 2022 15:20
37126f3
to
3dd705d
Compare
vroldanbet
changed the title
add ClusterFuzzLite redux
add ClusterFuzzLite with go native fuzzing
Sep 21, 2022
CFL does not run out of memory when set to 30s. However it does not identify any crash, which is surprising because |
vroldanbet
force-pushed
the
add-oss-fuzz
branch
2 times, most recently
from
September 21, 2022 16:29
cdfce12
to
bcbcd80
Compare
vroldanbet
force-pushed
the
add-oss-fuzz
branch
5 times, most recently
from
September 21, 2022 16:49
70b52fe
to
791d879
Compare
vroldanbet
force-pushed
the
add-oss-fuzz
branch
2 times, most recently
from
September 21, 2022 17:08
0e04683
to
3161262
Compare
Co-authored-by: AdamKorcz <[email protected]>
vroldanbet
force-pushed
the
add-oss-fuzz
branch
from
September 21, 2022 17:17
3161262
to
d625239
Compare
I'm going to close this one - even though fuzzing is working it does not seem to find anything:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/schema
Affects the Schema Language
area/tooling
Affects the dev or user toolchain (e.g. tests, ci, build tools)
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.
Inspired by #709
This PR builds on top of ☝🏻 but attempts to use go native fuzzing instead.