[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.