[roll] Roll fuchsia [lib][usb] Preserve alloc_size in usb_request_init When initializing a usb_request_t, the alloc_size member must be preserved after memset, as it represents the total size of the allocation including any driver-specific context appended to the header. Failure to preserve this leads to subsequent operations (like list additions) potentially failing or corrupting memory if they check alloc_size. Additional, it was found that release_frees flag was also not preserved when usb_request_init was called. This is also fixed in this CL. Original-Bug: 317154044 Test: usb-request-test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1556206 Original-Revision: bc830898659ddc706dd407dcdda4f98de96649de GitOrigin-RevId: 1809b31b05c620818392fc00fda679f36077802a Change-Id: If7d4de8f104bc8b5c0683b8b70732fb5ea8c6eb8
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 in one of the communication channels documented at get involved.
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.