[roll] Roll fuchsia [superproject] Roll scudo [scudo] Modify header corrupption error message (#126812)

Update the error message to be explicit that this is likely due to
memory corruption.

In addition, check if the chunk header is all zero, which could mean
corruption or an attempt to free a pointer after the memory has been
released to the kernel. This case results in a slightly different error
message to also indicate this could still be a double free.

GitOrigin-RevId: 7bad002603b620f425f2bc2ade483447920a7c23
Original-Revision: a8735a296f65fad4ec6527350e6667a6824f6ead
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1205599
Original-Revision: d4ccf8f6011faebb2ce4f59777a23956f20b502d
Change-Id: I6d2475a0d291c8ff76e5e3d51adcaec627ecd889
1 file changed
tree: 05939c5d0c347e77a91dd239d1c044a11af01193
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.