Skip to content

Rename EngineOutput to FuzzerRunOutput in uworker_msg and fuzz_task#5310

Open
PauloVLB wants to merge 1 commit into
masterfrom
defer-fuzzer-logs-pr1
Open

Rename EngineOutput to FuzzerRunOutput in uworker_msg and fuzz_task#5310
PauloVLB wants to merge 1 commit into
masterfrom
defer-fuzzer-logs-pr1

Conversation

@PauloVLB
Copy link
Copy Markdown
Collaborator

@PauloVLB PauloVLB commented Jun 3, 2026

This PR is related to #5311, which contains the core implementation and full context.
Bug: b/487905050

Changes

Renames the EngineOutput protobuf message to FuzzerRunOutput and the engine_outputs field to fuzzer_run_outputs. This generalizes the uworker interface to support deferred logging for both engine-based and blackbox fuzzers.

Updates the internal helper functions and variables in fuzz_task.py to compile against the new types.

This is a syntactic change that only updates the protobuf structure and its references. It does not change any execution or upload logic.

@PauloVLB PauloVLB marked this pull request as ready for review June 3, 2026 19:56
@PauloVLB PauloVLB requested a review from a team as a code owner June 3, 2026 19:56
@PauloVLB PauloVLB requested a review from javanlacerda June 3, 2026 19:56
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.

1 participant