CodeQL has a mode where it'll run a compiler and trace its execution, in order to have some internal representation, which it then ingests into its database, for later analysis. I managed to get MSVC's CL.EXE running in Wine, from the latest EWDK, but when I tried to trace its execution using CodeQL, I ran into trouble. These two fixes resolve that issue. I can't send these to Gitlab because I don't have the ability to fork repos there yet. I'll open a ticket for that. Jason A. Donenfeld (2): ntdll, server: allow file-backed SEC_RESERVE sections cmd: link against kernel32 for CreateProcessW dlls/ntdll/unix/virtual.c | 13 ++++++++++--- programs/cmd/Makefile.in | 2 +- server/mapping.c | 6 ++++-- 3 files changed, 15 insertions(+), 6 deletions(-) -- 2.53.0