commit | 7a0560b4e35b68717c2b878cad331b0f975376b5 | [log] [tgz] |
---|---|---|
author | Brian Hamrick <bhamrick@fuchsia.infra.roller.google.com> | Wed Mar 29 18:10:43 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 29 11:11:45 2023 -0700 |
tree | 045820ba5fe047b8fed82dd0ed6f2db2331b4c0c | |
parent | 5120e8c909cfb536dfb9b20af5107348f5f7c364 [diff] |
[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
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
.