[roll] Roll fuchsia [component][fuzzing] Replace ReadFromCorpus with GetCorpus

Early on a decision was made to return inputs from a runner's corpora
one at a time. The exact reason for this decision has been lost to time,
but it led to corpus retrieval being somewhat brittle, and, in the case
of libFuzzer, led to a bug where the first input could not be retrieved.

In practice, callers of `ReadFromCorpus` only ever wanted the whole
corpus, so this CL replaces that method, which took an offset and
returned a single `Input`, with `GetCorpus`, which returns a vector of
all non-empty inputs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711504
Original-Revision: 00f867741064a20f07516751b2323ba3549272ed
GitOrigin-RevId: 044c88d4db462743a406c2dd0ce8eb73dcf67bcd
Change-Id: Ibf618bdd06e03e17aff5209649d2d25afc74300d
1 file changed
tree: 61d77594e64f7dbd0ed04a2b42e390f9465e1d8a
  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.