[roll] Roll fuchsia [realm_builder] suppress asan container overflow checking

https://github.com/llvm/llvm-project/pull/79536 turns on asan overflow
detection for short strings. This fails in RealmBuilder::Build
for smart display & f2fs tests using the realm builder sdk.

With no obvious transgressions in the code, this could be a false
positive triggered by some part of the test that isn't built with ASan
per:

https://github.com/google/sanitizers/wiki/AddressSanitizerContainerOverflow#false-positives

Original-Bug: 340905704
Original-Fixed: 340307864
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048533
Original-Revision: f80dc7f0e4003255533e5479e67c909e4fc925a1
GitOrigin-RevId: abef412e3549c1a109b9ad4807f2edf57a4806ef
Change-Id: I486eafe974a683ee1e409900c37c11363971a3c9
1 file changed
tree: 80675eca54158af56499221dff28e56114c43519
  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 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.