Re: Bug: kernel: file.c

2005-10-15 Thread James Hawkins
On 10/15/05, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > Ivan Gyurdiev wrote: > > This makes the Battlefield 2 demo go a bit further, before crashing > > again, due to unimplemented call ntdll.dll.NtSetSystemInformation. > > > > The mask parameter is not initialized by RtlDosPathNameToNtPathName_U >

Re: Bug: kernel: file.c

2005-10-15 Thread Ivan Gyurdiev
Ivan Gyurdiev wrote: This makes the Battlefield 2 demo go a bit further, before crashing again, due to unimplemented call ntdll.dll.NtSetSystemInformation. The mask parameter is not initialized by RtlDosPathNameToNtPathName_U (it returns TRUE in that first block), and then you get an invalid

Bug: kernel: file.c

2005-10-15 Thread Ivan Gyurdiev
This makes the Battlefield 2 demo go a bit further, before crashing again, due to unimplemented call ntdll.dll.NtSetSystemInformation. The mask parameter is not initialized by RtlDosPathNameToNtPathName_U (it returns TRUE in that first block), and then you get an invalid dereference later.