[roll] Roll fuchsia [netstack3][tcp] Fix a panic in Assembler::insert

The outstanding Vec is non-empty only when start != end. Normally this
won't happen, but when the read side of the socket is shut down but
there are still incoming segments, we will try to insert a range with
start == end, causing OOB access.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734346
Original-Revision: 23ec5376491ebe1212aa60faf9bfa8b75a541255
GitOrigin-RevId: f29d94a8ef1f43ac2876b7419bae3dd64595eac4
Change-Id: I79bb144de9183bb92dfe9b302ba09e07e2b94d7e
1 file changed
tree: 4ab354730043e97e2eed49f8de764f1dd8062ed5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.