New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 842446 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Zucchini: Get ReferenceWriter::PutNext() to return whether operation is successful.

Project Member Reported by hua...@chromium.org, May 12 2018

Issue description

Previously ReferenceWriter::PutNext() (used in Zucchini-apply) is assumed to always succeed, because we assume that validity input patches. But now that we're fuzzing Zucchini-apply, this assumption may not always hold.

For better checking, ReferenceWriter::PutNext() should return a bool to indicate success. On failure, Zucchini-apply should bail out early.
 

Sign in to add a comment