mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 23:55:46 +00:00
Fix potential trample in trie re-using leaf
This commit is contained in:
@@ -2593,6 +2593,8 @@ TEST_CASE("Test rdcbytetrie type", "[basictypes][rdcbytetrie]")
|
||||
{{2, 1, 1}, TrieValue(5)},
|
||||
//
|
||||
{{2, 1, 6}, TrieValue(6)},
|
||||
//
|
||||
{{2, 1, 6, 9, 9}, TrieValue(7)},
|
||||
};
|
||||
bytebuf d = {1, 3};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user