[roll] Roll fuchsia [fbl] Use placement new instead of reinterpret_cast

I was experimenting with CFI in the kernel and CFI complained about this
cast between unrelated types. In the ctor for fbl::InlineArray, we
reinterpret_cast from a char array to a WaitSignalObserver pointer.
These don't share any type hierarchy. Placement new should be the
correct way to do this.

Original-Bug: 345527716
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198565
Original-Revision: 65d34f0354124ff31459db8e22765878b0e12de8
GitOrigin-RevId: deb5af80dd7bbf009c9add899be4a2782cc5de6c
Change-Id: I38f516c2a66abd54c00eb4bd00bb45ae46a5fca9
1 file changed
tree: 18e8c24614ae0e5a7bf8888dccbc3f18299e5668
  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.