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

Make fuzz crashes uworker safe #4000

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jonathanmetzman
Copy link
Collaborator

@jonathanmetzman jonathanmetzman commented May 20, 2024

This is probably the most important part of migrating fuzz_task.
This superseeds: #3834 and #3816

@@ -609,7 +609,7 @@ def get_proto_corpus(bucket_name,
gcs_url, num_uploads=max_upload_urls)
corpus = uworker_msg_pb2.Corpus(
corpus_urls=corpus_urls,
upload_urls=upload_urls,
upload_urls=upload_urls,
Copy link
Collaborator

Choose a reason for hiding this comment

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

erroneous change?

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