mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[NTOS/MM] DO not assert when being passed invalid parameters in MmCreateSection
This commit is contained in:
parent
ba49c39041
commit
b46173edaf
1 changed files with 0 additions and 1 deletions
|
@ -4358,7 +4358,6 @@ MmCreateSection (OUT PVOID * Section,
|
|||
else
|
||||
{
|
||||
/* All cases should be handled above */
|
||||
ASSERT(FALSE);
|
||||
Status = STATUS_INVALID_PARAMETER;
|
||||
if (FileObject)
|
||||
ObDereferenceObject(FileObject);
|
||||
|
|
Loading…
Reference in a new issue