[roll] Roll fuchsia [netstack3] Randomly generate IPv4 packet IDs

IPv4 packet IDs was generated sequentially, making it easy for an
adversarial to predict the next ID. This change addresses this
vulnerability by generating the IDs randomly.

Original-Fixed: 42182649, 42168725
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002011
Original-Revision: 928d3c7f0f442106924cdd14b07a88557d25a6cf
GitOrigin-RevId: c42d44052cc82bbc916e0b7b2318dbb9106e0758
Change-Id: Ief0b9b3d06f2093a9bb05d401d58cac776e90a70
1 file changed
tree: 95794dc1dc8d35e391a7362db1b5317bf6854545
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.