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
>
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
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.