[roll] Roll fuchsia [block_server] Fix vmo_offset validation

BlockFifoRequest::vmo_offset is a block level offset but the validation
to check if the byte level end of the operation overflowed was using
vmo_offset as a byte offset.

Original-Original-Bug: b/520618834
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1675514
Original-Original-Revision: b759a9117cc15570405ef354732c5dacde2b22b7
GitOrigin-RevId: 95cfff56f33528c42f6033a5151007845f373ed4
Change-Id: I62dc408f5497ce75a0af7898e3abb02452338ac7
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1696615
Cr-Commit-Position: refs/heads/main@{#196321}
1 file changed
tree: af18a9184dfe06b09e60bef4adf9aca7dbcf034e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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 in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.