[ros-bugs] [Bug 4895] Assertion 'Child == HCELL_NIL' failed at ntoskrnl/config/cmindex.c

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Dec 3 15:55:52 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4895





--- Comment #7 from bugboy <martinmnet at hotmail.com>  2009-12-03 15:55:52 CET ---
gabrielilardi,

Hmm looks like a logic mistake on my part.

Could you change line 755 in cmindex.c
from 
if ((Found) && (SubKey != HCELL_NIL))
to
if (SubKey != HCELL_NIL)

That should fix it. 

mjmartin


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list