Description
When calling NtSetValueKey, if Data is NULL, DataSize must be 0.
That combination of parameters should return STATUS_INVALID_PARAMETER, instead of attempting to continue, and crashing.
Also provided a test case that checks different combinations of Data and DataSize. It's very ugly as it is, though.
Attachments
Issue Links
- duplicates
-
ROSTESTS-200 reg_winetest test_add skipped because they cause exceptions in Cm
- Resolved