[roll] Roll fuchsia [fidl] Remove debug assertion that boolean value is 0 or 1

There currently is a debug assertion in the bool WireCodingTraits that
ensures that bool values are 0 or 1 in the encode direction. However,
the reinterpret_cast in this check uses UB.

This check should not be needed unless there is memory corruption
because the bool value is already guaranteed to be 0 or 1. Given this,
this CL removes the unnecessary check.

Original-Fixed: 100689
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/683679
Original-Revision: 86d24b80b7862dbf71a2528ceab13d58db959b43
GitOrigin-RevId: b24cd949ad33509fcdecd0e2a2ca3ca329e18dad
Change-Id: Iaa936a7f6fe5812a5b7f848fcf01599d5a32e406
1 file changed
tree: 44a80eb70056932f65e3a7ea67ba77aedbbf1277
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.