|
From: Joseph G. <gal...@va...> - 2002-06-12 22:21:23
|
Patch1.diff: ntoskrnl\se\sid.c lib\ntdll\rtl\sid.c - Fix bug that caused all sids with the same number of relative ids to compare equal. --- Patch2.diff: I'm not sure why the %Z format specifier was #if 0'd out -- so I don't know for sure that we want this patch; however, here it is. TokenTest uses it to display UNICODE_STRINGS. lib/crtdll/stdio/vfprintf.c lib/msvcrt/stdio/vfprintf.c - Enable %Z format specifier and fix bugs that prevented it from working. Thanks, Joseph |