Synchronize with trunk r58457.
[reactos.git] / lib / rtl / generictable.c
index 6cb57fd..5eb5a16 100644 (file)
@@ -345,6 +345,7 @@ RtlEnumerateGenericTable(IN PRTL_GENERIC_TABLE Table,
         } while(RtlLeftChild(FoundNode));
 
         /* Splay it */
+        _Analysis_assume_(FoundNode != NULL);
         Table->TableRoot = RtlSplay(FoundNode);
     }
     else