mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[WIN32K:NTUSER] Add missing parameter probe in NtUserGetClassInfo.
This commit is contained in:
@@ -2706,6 +2706,10 @@ NtUserGetClassInfo(
|
||||
{
|
||||
ProbeForWrite( lpWndClassEx, sizeof(WNDCLASSEXW), sizeof(ULONG));
|
||||
RtlCopyMemory( &Safewcexw, lpWndClassEx, sizeof(WNDCLASSEXW));
|
||||
if (ppszMenuName)
|
||||
{
|
||||
ProbeForWrite(ppszMenuName, sizeof(*ppszMenuName), sizeof(PVOID));
|
||||
}
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user