mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 20:44:28 +08:00
a7e1400f0c7c143a14e6d0331d124d9a0c607bfe
- The RtlEnumerateGenericTableWithoutSplaying function in RTL (generictable.c) effectively performs an endless enumeration, never advancing to the next successor element in the tree because of a bug in the code. Fix this. (Bug #3756). - The RtlDelete code misses a line of code checking whether the node is a root, and instead always returns NULL (assuming it is the root). Fix this. (Bug #3760). See issue #3760 for more details. svn path=/trunk/; revision=36663
…
…
…
…
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%