mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 03:53:31 +08:00
[ADVAPI32] In RegSetValueExW, do not fail if we fault when checking for ending NUL character
This commit is contained in:
parent
7320c989fe
commit
42b94e728a
@ -4933,8 +4933,7 @@ RegSetValueExW(
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ClosePredefKey(KeyHandle);
|
||||
return ERROR_NOACCESS;
|
||||
/* Do not fail if we fault where we were told not to go */
|
||||
}
|
||||
_SEH2_END;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user