Index: lib/rtl/atom.c =================================================================== --- lib/rtl/atom.c (révision 57329) +++ lib/rtl/atom.c (copie de travail) @@ -103,6 +103,12 @@ return TRUE; } + /* + * AtomName cannot be NULL because this + * case was caught by the previous test. + */ + ASSERT(AtomName != NULL); + if (*AtomName != L'#') return FALSE;