| commit | d28e7a33d039655d24a424561b5da99225ce46d5 | [log] [tgz] |
|---|---|---|
| author | Tess Eisenberger <teisenbe@fuchsia.infra.roller.google.com> | Mon Mar 15 23:42:18 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 15 16:42:55 2021 -0700 |
| tree | 34a84a119bd109d031ca1389cccc853b617f429e | |
| parent | 8d5046c48156d9f13cf9ef59232c0de67cdc3e26 [diff] |
[roll] Roll fuchsia [a11y] Fix stack-use-after-return in gesture tests These tests had a stack-use-after-return caused by using raw pointers to refer to stack-allocated MockContestMember inside data structures that were passed to the recognizers which are allocated within the test fixture. Since the recognizer has ownership of those data strcutures, we need to wait for it to be destroyed before destroying MockContestMember. Original-Fixed: 62984 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/502083 Original-Revision: 1d96e2317ce8c85911f4645165e797e0a9bbc648 GitOrigin-RevId: 605d0e6b6737d9d01d46f475d6e5b40f07296cae Change-Id: I7ce220df203b91104a19dc108a1ce2621b47683d
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.