[roll] Roll fuchsia [f2fs] Add range checkers for checkpoint packs

This CL adds checking the validity for some fields that
a checkpoint pack have such as the sizes of nat/sit version bitmaps
and the next free node id. If they are invalid, it stops mounting
since it means that there is corruption on the read-only superblock
or the checkpoint pack.

Original-Fixed: 84609, 84611

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582621
Original-Revision: 7f72538230dee30296ffe14d12edb1fe39c012fa
GitOrigin-RevId: 6097c4b82bbd563bfaa4802fc2f2daa752148f3c
Change-Id: Iac2acd0ba9b011561921b20fbbb932da1de6fc68
1 file changed
tree: 657d4ac42a9e3f8e8465931baa9986c8ee8e8ba1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.