Commit 5b4d1db
authored
[NTUSER] IntTrackPopupMenuEx: Check TPMPARAMS.cbSize (reactos#8092)
Validate structure size.
JIRA issue: CORE-3247
- In IntTrackPopupMenuEx function,
if lpTpm was non-NULL, then
validate lpTpm->cbSize.
- If validation failed, then set last
error and return FALSE.1 parent 6dd0406 commit 5b4d1db
File tree
1 file changed
+7
-0
lines changed- win32ss/user/ntuser
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4580 | 4580 | | |
4581 | 4581 | | |
4582 | 4582 | | |
| 4583 | + | |
| 4584 | + | |
| 4585 | + | |
| 4586 | + | |
| 4587 | + | |
| 4588 | + | |
| 4589 | + | |
4583 | 4590 | | |
4584 | 4591 | | |
4585 | 4592 | | |
| |||
0 commit comments