commit | e9cd716925e5c6cfb200c82f9d9bf6bc4118d47a | [log] [tgz] |
---|---|---|
author | James Tucker <jftucker@gmail.com> | Mon Nov 25 22:52:41 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Nov 25 23:21:39 2024 +0000 |
tree | 0d43459a32351d0b154f1380f97eb1b41b813275 | |
parent | 9a518991035b3a8f23c03004d4db041a7fa6c06f [diff] |
route: fix parse of zero-length sockaddrs in RIBs Zero-length sockaddrs were observed in RIBs within golang/go#70528. These records are to be skipped, and an invariant for later slice manipulation is to be enforced by a defensive check in parseAddr. Fixes golang/go#70528 Change-Id: I4b8b5bd2339bbadc1d1be1ce14deeb6dd3b8e536 GitHub-Last-Rev: 066ba8a559e8ff543a445246279ad808cc67660f GitHub-Pull-Request: golang/net#228 Reviewed-on: https://go-review.googlesource.com/c/net/+/631475 Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Damien Neil <dneil@google.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.