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

Move privileged operation in minimize to preprocess. #3896

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

jonathanmetzman
Copy link
Collaborator

Move argument retreival to preprocess.
Related: #3008
Fixes: #3888

Move argument retreival to preprocess.
Related: #3008
Fixes: #3888
@jonathanmetzman jonathanmetzman marked this pull request as ready for review March 19, 2024 17:35
@jonathanmetzman jonathanmetzman merged commit 25bf084 into master Mar 19, 2024
7 checks passed
@jonathanmetzman jonathanmetzman deleted the fixmini branch March 19, 2024 17:35
@@ -1400,15 +1402,14 @@ def _unset_dedup_flags():
environment.set_value(memory_tool_options_var, saved_memory_tool_options)

output_file_path = get_temporary_file_name(testcase_file_path)

arguments = data_handler.get_arguments(testcase).split()
fuzzer_display = data_handler.get_fuzzer_display(testcase)
Copy link
Collaborator

@alhijazi alhijazi Mar 19, 2024

Choose a reason for hiding this comment

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

This also is a privileged operation IIUC.

jonathanmetzman added a commit that referenced this pull request Mar 19, 2024
Minimize task will run without privileges.
Follow up to #3896
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.

Remove privileged operation from minimize task
2 participants