[roll] Roll fuchsia [gigaboot] fix TCP stack corruption

It looks like the TCP socket struct, which was placed on the stack,
could still be partially in use by the TCP driver if we returned early
without properly closing it out.

This led to memory corruption during `fastboot continue` when the driver
continued flipping bits that now no longer belong to the TCP struct.

Original-Bug: b/274973959
Test: `fx qemu ...` + `ffx target flash ...` no longer seems to fail
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831481
Original-Revision: eacba027a6b74216c29ca3b66036ecb93e3138bf
GitOrigin-RevId: edd1e6c781883658ea070faf3c2632a2c4b26a14
Change-Id: Ia92440312a4558d5a6c0870f63dbc041e9de7164
1 file changed
tree: b9e63625463112ebf5417cbbd87150b7d70eae1d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.