wine/dlls/advapi32
Francois Gouget 95f2cc0f15 advapi32/tests: Fix the RegEnumValueA() tests in UTF-8 locales.
On Windows RegEnumValueA() is buggy such that when the value name
buffer is too small, it may way overestimate the required data buffer
size, sometimes returning more than the sufficiently large buffer it was
provided, in which case that buffer is untouched and thus not
NUL-terminated.
So modify the tests to accept this broken result and avoid checking
out-of-bounds data.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53172
2023-03-06 11:03:13 +01:00
..
tests advapi32/tests: Fix the RegEnumValueA() tests in UTF-8 locales. 2023-03-06 11:03:13 +01:00
advapi.c advapi32: Add stub for PerfQueryCounterData(). 2022-09-13 12:54:54 +02:00
advapi32.spec advapi32: Add stub for PerfQueryCounterData(). 2022-09-13 12:54:54 +02:00
advapi32_misc.h advapi32: Replace SERV_dup() with strdupAW(). 2020-04-28 11:21:40 +02:00
cred.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00
crypt.c advapi32: Bump random buffer size. 2023-01-25 18:31:03 +01:00
crypt.h advapi32: Use standard refcount in CRYPTPROV. 2020-03-17 16:00:07 +01:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
eventlog.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00
lsa.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00
Makefile.in advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00
registry.c advapi32: Implement RegRenameKey(). 2022-06-28 15:54:15 +02:00
security.c advapi32: Fix spec entry for LookupPrivilegeDisplayName{A,W}. 2022-06-09 20:56:39 +02:00
service.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00
version.rc advapi32: Update version resource. 2021-04-05 15:07:01 +02:00
wmi.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00