[roll] Roll fuchsia [netstack3] Fix set_device handling for shared UDP sockets

Previously Netstack3 was panicking after setsockopt(SO_BINDTODEVICE) is
called for a UDP socket that shares the sockets table entry with other
sockets. Fixed it to handle this case correctly.

Original-Bug: 479568320
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1498860
Original-Revision: 47362d78411b95a457f08acc88cd452e41e42726
GitOrigin-RevId: e68981ec5a18741309ec653cb8858c6e5b599f2f
Change-Id: I4ff0d99ace0bcdf464961626cc9cf36a9123b553
1 file changed
tree: 1752f81a5646e8ac6b8ceaf1bb6500b4de68e39e
  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.