mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
- Check Input Parameter (fixes a skype crash)
svn path=/trunk/; revision=43853
This commit is contained in:
@@ -581,6 +581,11 @@ SetEntriesInAclW(ULONG cCountOfExplicitEntries,
|
||||
{
|
||||
DWORD ErrorCode;
|
||||
|
||||
if (!NewAcl)
|
||||
{
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
ErrorCode = CheckNtMartaPresent();
|
||||
if (ErrorCode == ERROR_SUCCESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user