Re: [Corrected] NTDLL/loader.c: Remove spaces at end of name in import_dll
20 Feb
2006
20 Feb
'06
12:58 p.m.
Uwe Bonnes wrote:
@@ -470,6 +480,7 @@ WCHAR *ptr = RtlAllocateHeap( GetProcessHeap(), 0, len * sizeof(WCHAR) ); if (!ptr) return NULL; ascii_to_unicode( ptr, name, len ); + skip_spaces(buffer, len); status = load_dll( load_path, ptr, 0, &wmImp ); RtlFreeHeap( GetProcessHeap(), 0, ptr );
This patch still needs work. I don't think you mean to pass in buffer to skip_spaces. -- Rob Shearman
7325
Age (days ago)
7325
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman