[PATCH 3/5] ntoskrnl.exe: Implement PsIsSystemThread.

Thomas Faber thomas.faber at reactos.org
Fri Mar 29 06:40:27 CDT 2019


On 2019-03-28 21:47, Derek Lesho wrote:
> +    ok((result = PsIsSystemThread()), "got %u\n", result);

This type of construct depends on argument evaluation order and is 
undefined behavior. The assignment needs to happen before the ok().



More information about the wine-devel mailing list