The trie sync code links subtries using pointers into node structs. Since commit40cdcf1183
nodes are no longer copied when unpacking from an interface value, causing all nodes to get linked up as the sync progresses. Fix it by breaking the pointer chain with an explicit copy. (cherry picked from commit2cd7a0395d
)