Module: wine Branch: master Commit: be0004820342e49dcc21e85279a19da5f65e2ad2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=be0004820342e49dcc21e8527...
Author: Huw Davies huw@codeweavers.com Date: Wed Oct 6 12:11:43 2021 +0100
cryptnet/tests: Explicitly set cbSize before each test.
This is clearer and also avoids out-of-bounds compiler warnings relating to the memset()s.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/cryptnet/tests/cryptnet.c | 59 ++++++++++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 20 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=be0004820342e49dcc21e...