[roll] Roll fuchsia [forensics] Fix garbage collection crash in crash reports std::vector::erase "requires a valid and dereferencable iterator. Thus the end() iterator (which is valid, but is not dereferenceable) cannot be used as a value for pos." If the id of the report being garbage collected isn't in |pending_reports_|, maybe because it was archived, crash reports will crash when it attempts to remove that value from |pending_reports_|. Original-Fixed: 71197 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/493583 Original-Revision: c5ffdb4f9f48ebc99e8392f3d9f9827e2c729b9b GitOrigin-RevId: b8ced92eca0f48109a61a9892745ca0a692df8b8 Change-Id: Id81e36f23a95b2122890b54dfd74f15bdf85b03f
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.