Cecill Etheredge <ijsf@gmx.net>
authorAleksey Bragin <aleksey@reactos.org>
Mon, 6 Oct 2008 10:50:22 +0000 (10:50 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 6 Oct 2008 10:50:22 +0000 (10:50 +0000)
commita7e1400f0c7c143a14e6d0331d124d9a0c607bfe
tree70e688984beaa0970d5b46d1dc9415d0951df63d
parentef393802e44b1bdcbc5734a8d23cc30e94283cfa
Cecill Etheredge <ijsf@gmx.net>
- 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
reactos/lib/rtl/generictable.c
reactos/lib/rtl/splaytree.c