Module: wine Branch: master Commit: 7d4eaa30a4f5d1cda3efe1d7a7477ca70d1d1c4b URL: https://source.winehq.org/git/wine.git/?a=commit;h=7d4eaa30a4f5d1cda3efe1d7a...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Feb 23 16:07:31 2021 +0300
advapi32: Return ERROR_INVALID_PARAMETER for invalid crypt objects' handles.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/advapi32/crypt.c | 295 +++++++++++++++++++++++--------------------- dlls/advapi32/tests/crypt.c | 55 ++++++++- 2 files changed, 206 insertions(+), 144 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7d4eaa30a4f5d1cda3efe...