[roll] Roll fuchsia [wlan] Document undefined behavior, enable UBSAN

The APIs exposed by this library are inherently reliant on undefined
behavior with respect to alignment. Disable UBSAN alignment checks so
that other conditions can be checked.

Fix UB in iwlwifi test:
```
../../prebuilt/third_party/clang/linux-x64/bin/../include/c++/v1/vector:1572:12: runtime error: reference binding to null pointer of type 'unsigned char'
   #0.1  0x00004339fff9f4c0 in std::__2::vector<unsigned char, std::__2::allocator<unsigned char>>::operator[](std::__2::vector<unsigned char, std::__2::allocator<unsigned char> >*, std::__2::vector<unsigned char, std::__2::allocator<unsigned char> >::size_type) ../../prebuilt/third_party/clang/linux-x64/include/c++/v1/vector:1572 <<application>>+0xaf4c0
```

Original-Bug: 46688
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/574662
Original-Revision: 9ec5d8fbc47acf837a750ddd80db1767a8fa9ec1
GitOrigin-RevId: 376355d375a661200f4ba0e5b821c6e90075b7d9
Change-Id: I34e816f0a653cc8801fd1243721d1441f5721589
1 file changed
tree: 25025ffc5e4595615071ad0b9ada776dce2cdb05
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.