commit | 786b9b8e9ace44c380f8dc99f2539b40dad5605d | [log] [tgz] |
---|---|---|
author | Brandon Castellano <bcastell@fuchsia.infra.roller.google.com> | Wed Apr 10 17:34:01 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 10 10:37:29 2024 -0700 |
tree | 2ea84842c32572973a2a0a56a6f175e72c1915e2 | |
parent | afaa4f49eb3083ff7a155bd54e833f4bb2a8f7fc [diff] |
[roll] Roll fuchsia [fxfs] Check truncated blob size against delivery blob header Once the delivery blob header has been decoded, we now verify the expected length against the size which the blob was truncated with. This ensures that attempts to write a blob with the incorrect length will be caught earlier, and helps distinguish these cases from data corruption. Ensure all FxDeliveryBlob functions return `anyhow::Error` and ensure full error context is logged on failures. Previously, errors would be mapped to a `zx::Status` which would result in loss of context. This will allow us to more quickly triage issues when errors do occur. Test: fx test fxfs-platform Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1024332 Original-Revision: 92f1c6e0f6c09f42b25b947ac66e1ab855a7e303 GitOrigin-RevId: b415bd1d95e7e9262530fd220d4f747fca5f4f78 Change-Id: I0c494c3caab39ec5818a5824bdc4deabb5db8d4a
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.