[roll] Roll fuchsia [zircon] Fixed stream read races

There was a race when truncating a VMO whilst reading from a stream
which would result in ZX_ERR_OUT_OF_RANGE errors that shouldn't happen.

This CL addresses this by adding a lock so that they are correctly
sequenced.  This might not be the most performant way to solve this, but
it's simple enough and we probably don't need this case to be
performant.

Original-Fixed: 83803
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/589962
Original-Revision: 6ccab18525f2293910339f4b1f3e8b57ed51f8f1
GitOrigin-RevId: df6ddd2617e195b1a28082da22796f67209fbdcb
Change-Id: I7995f5063374b40a08f5c5a8ab28508bbf96dd90
1 file changed
tree: 6de61a254549e92b97c1aa0be5c42d2c5a9ae8f3
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 via the IRC channel #fuchsia on Freenode.

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.