reactos icon indicating copy to clipboard operation
reactos copied to clipboard

[NTOS:EX] Fix BufferSize parameter validation in NtCreateProfile.

Open ThFabba opened this issue 3 years ago • 0 comments

Purpose

This fixes NtCreateProfile BufferSize validation (see https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/profile/bugdemo.htm for the bug description). It also adds parameter validation tests for NtCreateProfile, and a basic test for a complete profile.

JIRA issue: CORE-17907

ThFabba avatar Dec 12 '21 14:12 ThFabba