[roll] Roll fuchsia [minfs] Sanitize directory entry names on extraction

Validate directory entry names in MinfsCreator::ProcessEntityAndChildren
to reject invalid filenames containing path traversal sequences like
'..' or '/' path separators.

Also update minfs Directory::Lookup to perform a non-assert runtime
check on IsValidName(name), rejecting invalid names in Release builds.

Original-Original-Bug: 517453398
Test: minfs_unit, fx build //src/storage/minfs:tests
TAG: agy
CONV: 09a337b6-110d-4d53-822c-5b25e58e154f
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1727629
Original-Original-Revision: 2e2ee532dd28f5e099bace552d4aad8f8f0c0d1f
GitOrigin-RevId: 103fc182076eb274f33dfac3067dcd0b852f447f
Change-Id: I090d5641a88636b2b997b0f6c982ce101f92a0fd
1 file changed
tree: b19d7062c2a1bb4cbd21c54088b4ca757520e2d8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.