[roll] Roll fuchsia [storage] Fix improper usage of PATH_MAX

According to the POSIX spec, PATH_MAX is inclusive of the null
terminating character[1]. This change sweeps through the codebase to
look for improper usage of PATH_MAX where the code assumes PATH_MAX
does not include a null terminating character.

[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html

This change also deprecates and removes fuchsia.io/MAX_PATH, which was
an incorrect value. fuchsia.io/MAX_PATH_LENGTH should be used instead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/791962
Original-Revision: 02426e16b637b25a21b1e53f9861855d476aaf49
GitOrigin-RevId: 5fdce8724069cf096f3aee2a57e405ea6867976c
Change-Id: I617e8fac8a4d5175dd220f17e0fd3e6dbbed1e93
1 file changed
tree: 89556468827775963056b4a406ed93ad63bb6c8a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.