* Unlike other methods in truncindex, Iterate was not locking before using the Trie, making it potentially race e.g. Delete could result in setting a child to nil, while Iterate dereferenced that node while walking the Trie. Signed-off-by: Petar Petrov <pppepito86@gmail.com> |
||
|---|---|---|
| .. | ||
| truncindex.go | ||
| truncindex_test.go | ||