Re: ntdll: reg.c: Fix return value of NtOpenKey when key handle is NULL

2008-06-20 Thread Zac Brown
Alexandre Julliard wrote: > Zac Brown <[EMAIL PROTECTED]> writes: > >> Could anyone give me some feedback on this patch? >> >> Talked to AJ about it pre-1.0 and he seemed to think its fine, maybe he'd >> chime >> in and let me know what he thought was wrong with it this time around? > > ../../.

Re: ntdll: reg.c: Fix return value of NtOpenKey when key handle is NULL

2008-06-20 Thread Alexandre Julliard
Zac Brown <[EMAIL PROTECTED]> writes: > Could anyone give me some feedback on this patch? > > Talked to AJ about it pre-1.0 and he seemed to think its fine, maybe he'd > chime > in and let me know what he thought was wrong with it this time around? ../../../tools/runtest -q -P wine -M advapi32.

Re: ntdll: reg.c: Fix return value of NtOpenKey when key handle is NULL

2008-06-19 Thread Zac Brown
Zac Brown wrote: > Change return value from STATUS_INVALID_PARAMETER to > STATUS_ACCESS_VIOLATION when retkey is null in NtOpenKey and remove > todo_wine from test. > > Tested on Windows XP, Windows 2000 and Windows 2003. > > -Zac Brown > > > --