[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
1 file changed
tree: 152af0280be2f33d46721e6a5aad5ba4eb23604a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.