[roll] Roll fuchsia [netstack3] Prevent double panic in Drop impls

Make panics easier to debug by only asserting in Drop impls if there is
not already a panic being handled. This prevents double-panics which
prevent backtraces and error messages from being printed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/855857
Original-Revision: 795a83d22ac868035962124f6f6f5145b021682a
GitOrigin-RevId: 5b1ababcc2fcb29ef4e5f8946ac90e7cce360d80
Change-Id: I1d7103d0972fe0591d738783560f9b3ea630f759
1 file changed
tree: bdaa342e1bd4a484c0b0249d70916baa9a01703c
  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.