[roll] Roll fuchsia [debugger] Fix infinite loop in PathStartsWith

If the input path is empty PathStartsWith can loop infinitely because
the path_it is incremented before it is checked for being at the end.

Also adds a test that the empty base is considered a prefix of the empty
path.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/854438
Original-Revision: 61f11d3366bd0038576e4dbaeccbbb937fbedf3a
GitOrigin-RevId: 1232d6e1e8ad8995342ba1172ab67f10f8b2f1b2
Change-Id: I015a5177606aa17014a2182576defad0ec6a5e51
1 file changed
tree: c47ea34786060743977e5a78c147ce1266502a60
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.