net/publicsuffix
Damien Neil 8021a29435 publicsuffix: change node table entry size to 40 bits
The latest public suffix list overflows the 15 bits of text offset,
and we're out of bits in the node entry. Bump the node size to
40 bits.

Fixes golang/go#55849

Change-Id: Ia4b1b23799d569e4fbcfe38b4d5d9761b76f2d73
Reviewed-on: https://go-review.googlesource.com/c/net/+/434695
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Auto-Submit: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
2022-10-04 15:45:28 +00:00
..
example_test.go publicsuffix: add a who-manages-this example 2019-04-04 23:23:15 +00:00
gen.go publicsuffix: change node table entry size to 40 bits 2022-10-04 15:45:28 +00:00
list.go publicsuffix: change node table entry size to 40 bits 2022-10-04 15:45:28 +00:00
list_test.go publicsuffix: domain labels may not be empty 2019-04-24 02:48:45 +00:00
table.go publicsuffix: change node table entry size to 40 bits 2022-10-04 15:45:28 +00:00
table_test.go publicsuffix: update table to latest list from publicsuffix.org 2021-12-07 21:33:49 +00:00