[PATCH] advapi32/tests: Simplify the name of the test unit for child processes.

Francois Gouget fgouget at codeweavers.com
Thu Feb 20 14:00:51 CST 2020


On Thu, 20 Feb 2020, Marvin wrote:
[...]
> === wxppro (32 bit report) ===
> 
> advapi32:
> security.c:3048: Test failed: CreateProcess with err:2
> security.c:3050: Test failed: NtQueryObject with err: c0000008
> security.c:3050: Test failed: Granted access should be 0x001f0fff or 0x001fffff, instead of 0x77c35c94
> security.c:3052: Test failed: NtQueryObject with err: c0000008
> security.c:3052: Test failed: Granted access should be 0x001f03ff or 0x001fffff, instead of 0x77c35c94
> security.c:7191: Test failed: CreateProcess failed with error 2

advapi32:security uses sprintf() to build the command line so the reason 
it fails on XP is because of the sprintf() bug which also causes 
kernel32:process to get into an infinite loop.


-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list