commit | ee5a4a66b7784bd19ef6d31f62828b3a499ae100 | [log] [tgz] |
---|---|---|
author | Devon H. O'Dell <dhobsd@fuchsia.infra.roller.google.com> | Tue Mar 29 19:37:08 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 29 12:38:31 2022 -0700 |
tree | 152af0280be2f33d46721e6a5aad5ba4eb23604a | |
parent | c9afb272b46ef9531b8f267f4de0b3a31e3b6306 [diff] |
[roll] Roll fuchsia Revert "[i915] Fix UB related to 0-length VLA" This reverts commit e04d6ce655532f0983164e27ebe51f7b64404e8d. Reason for revert: I totally just realized that min(1, more_than_1) is not correct immediately after submitting! Original change's description: > [i915] Fix UB related to 0-length VLA > > In C and C++, a VLA must have a positive, non-zero length. When > `CallOnDisplaysChanged` is invoked with no displays added and only > displays removed, the two VLAs in this function are declared to have > zero length, which invokes undefined behavior. Importantly, this > is a valid invocation for this function. > > Original-Bug: 96550 > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663782 Original-Bug: 96550 No-Presubmit: true No-Tree-Checks: true No-Try: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663903 Original-Revision: 9bf9d78336d618e8fbdadb2e4b2a61929b3fb5e9 GitOrigin-RevId: 74cbf690bc94790a620536ce2bd1bbd5c8437076 Change-Id: Icb78baaf1242fc172350f4889bb84ff41eaa82a7
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
.