Copy missing fuzzers to image#14253
Merged
DavidKorczynski merged 4 commits intogoogle:masterfrom Nov 11, 2025
Merged
Conversation
|
sethmlarson (verified) is either the primary contact or is in the CCs list of projects/python3-libraries. |
Contributor
Author
|
Our undefined behavior sanitizer is failing for unrelated reasons (opened an issue here: python/cpython#141370). Pinging @DavidKorczynski as you may be (smartly) using a PR filter that doesn't show failing builds. Would merging this PR mean our fuzz targets would run even if this build is failing? |
Collaborator
|
could you disable undefined in the |
Contributor
Author
|
@DavidKorczynski yeah, done in 950e8d4 |
DavidKorczynski
approved these changes
Nov 11, 2025
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.
Depends on hugovk/python-library-fuzzers#1 to avoid errors.
This pull request copies the following missing fuzzers into the image:
fuzzer-refuzzer-zipfilefuzzer-tarfilefuzzer-configparserfuzzer-tomllibfuzzer-plistlibNeed to create a mechanism that ensures this doesn't happen in the future. Also some documentation, as it's not obvious when creating a new fuzzer on the
python-library-fuzzersrepository that you'd need to update thisbuild.shfile, too.