mirror of
https://github.com/moby/moby.git
synced 2026-07-09 16:17:28 +00:00
* 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>