[roll] Roll fuchsia [tools][fuzz] Disable stdout, syslog for undercoat fuzzers

The undercoat tool only needs to parse the stderr from fuzzers, as that
is all libFuzzer uses. Noisy fuzzers that spam stdout and/or syslog can
clog up overnet and even hang ffx fuzz. As a result, this CL modifies
undercoat to pass the --no-stdout and --no-syslog flags to ffx fuzz.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/728186
Original-Revision: 05748c3093c5626c821d631f253a90d71657b720
GitOrigin-RevId: bb882d78fe8fb67e265e329391c67b271afc16e5
Change-Id: I53c342cf8209657d3013abac92fe6e56aee5e666
1 file changed
tree: b766497cd28d60ea016009eeae5f16d817914a6a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.