You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/art
David Anderson 1e6f0bb608 net/art: fix slowPrefixTable bugs found by fuzzing
One is a straight "I forgot how to Go" bug, the others are semantic
mismatches with the main implementation around masking the prefixes
passed to insert/delete.

Updates #7781

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
art_test.go net/art: fix running tests outside of CI 3 years ago
stride_table.go net/art: fix format of debug output 3 years ago
stride_table_test.go net/art: add debug hooks to strideTable 3 years ago
table.go net/art: implement path compression optimization 3 years ago
table_test.go net/art: fix slowPrefixTable bugs found by fuzzing 3 years ago