-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-144376: Only run 'address' fuzzer for python3-libraries #144398
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
gh-144376: Only run 'address' fuzzer for python3-libraries #144398
Conversation
|
Thanks @sethmlarson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks! |
|
Sorry, @sethmlarson and @hugovk, I could not cleanly backport this to |
|
Needs a backport to 3.13 too. I can do them if ye want? |
|
Thanks @sethmlarson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Sorry, @sethmlarson and @hugovk, I could not cleanly backport this to |
Yes, please :) |
|
Thanks @StanFromIreland 🙏 |
|
GH-144399 is a backport of this pull request to the 3.14 branch. |
…es (pythonGH-144398) (cherry picked from commit 5f91577) Co-authored-by: Seth Michael Larson <seth@python.org>
…es (pythonGH-144398) (cherry picked from commit 5f91577) Co-authored-by: Seth Michael Larson <seth@python.org>
|
GH-144400 is a backport of this pull request to the 3.13 branch. |
|
I think it would've been easier to add one exclusion entry than having a combo with a normal matrix+inclusions+exclusions, because adding more projects later would be confusing. |
At the moment the
python3-librariesfuzzer only supports theaddressfuzzer, not memory or undefined. Disable these for now as they are holding up otherwise valid pull requests.CIFuzz / python3-libraries (memory)job times out #144376