[roll] Roll fuchsia [logs] Handle null-terminated strings

Handle null-terminated strings in the msg field.
Some code passes an incorrect length for null-terminated
strings instead of handling the null terminator upstream
resulting in a buffer overflow. Handle the buffer overflow
condition in the log formatter.

Original-Bug: 463610125
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433922
Original-Revision: 25e26dec31acda53a859fc68d25182abc9363049
GitOrigin-RevId: 7d63c1cbde784110f373d17364ecc906bb87505c
Change-Id: I5448e1287c7ad76fd460051f3e2e67409fe4e025
1 file changed
tree: 730760f7e6d11a980b96c99fb97e52ff70f0f866
  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.