You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows: clarify windowsCreateProcess, add errors of CreateProcessW, LoadLibraryW
These are the non-controversial parts of implementing ziglang#14251 from
https://github.com/matu3ba/win32k-mitigation.
NOACCESS can occur, if the process is not permitted to access memory
provided to UpdateProcThreadAttribute.
DLL_INIT_FAILED occurs on first failure to load restricted libraries
with win32k mitigation with followup failing loads returning nonsensical
NOT_ENOUGH_MEMORY.
0 commit comments