[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
1 file changed
tree: fb30c0c4df3bef6b8b12db0b5ff793e7fe27c993
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.