[roll] Roll fuchsia [starnix] Fix underflow bug in sendmsg

Due to rounding up the read size to a multiple of sizeof(usize), it can
be the case that the size of "read" data can exceed the total amount of
data. In this case, the remaining size calculation would underflow and
usually lead to an allocation failure.

Original-Fixed: 124385
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825079
Original-Revision: 5a481ce9bf883d3401c4fd3297d24b1845ded786
GitOrigin-RevId: ec7d4e52937d4cff42345662aecceea814b10caf
Change-Id: I781badb5eb8bcdcac5d94bb9bef0c4010d467779
1 file changed
tree: 045820ba5fe047b8fed82dd0ed6f2db2331b4c0c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.