[roll] Roll fuchsia [super_parser] Fix validation bug

Previously, mistook struct size to refer to the size allocated to the
geometry partition. When validating MetadataGeometry, we need to check
that the `struct_size` is the actual size of the `MetadataGeometry`
struct.

Also, add missing validation check for loading metadata geometry.

Original-Bug: 404952286
Test: fx test //src/storage/lib/super_parser:super_parser_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1265545
Original-Revision: 7cfb8c552e15f7b02454959725987d2be888622c
GitOrigin-RevId: dd2329fe56d6d68bd2187de131c11e09f30adfc2
Change-Id: I3b5b2ddc1a4d887593a3aafc5f03d87582f85246
1 file changed
tree: 3b1b04fa97b09db9b2d4ee4bd62daf67e27e56a8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.