reactos/dll
Hermès Bélusca-Maïto effdb6f232
[KERNEL32][RTL] Diverse fixes/improvements for thread stack creation code. (#802)
- kernel32!BaseCreateStack() is compatible with ntdll!RtlpCreateUserStack().
- When checking whether a stack guard page can be added, its size has to
  be accounted for in the checking logic.
- We have to satisfy the PEB::MinimumStackCommit constraint.
- We cannot use PEB::GuaranteedStackBytes in BaseCreateStack() since it is
  nowhere initialized (default is 0). It gets initialized to a non-zero
  value when the user manually calls SetThreadStackGuarantee().
  https://www.installsetupconfig.com/win32programming/windowsthreadsprocessapis7_6.html

- RtlpCreateUserStack(): Fix memory leak in failure case.
- RtlpFreeUserStack() doesn't need to return anything.

See also commit 1bc59379 (r59868).

CORE-11319
2019-08-01 19:04:13 +02:00
..
3rdparty [LIBPNG] Update to version 1.6.37. CORE-16147 2019-06-27 12:52:12 +02:00
apisets [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
appcompat [ACGENRAL] Add a test shim 2019-05-01 19:22:19 +02:00
cpl [INTL] Addendum to CORE-16252 2019-07-31 01:58:42 +02:00
directx [DLLs] Fix .spec files regarding OLE-specific exports. 2019-07-28 16:26:22 +02:00
keyboard [KBDHU] Fix Hungarian keyboard layout. (#1765) 2019-07-29 21:55:24 +02:00
nls [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
np [NFS] Fix a typo in the precompiled header. 2019-04-28 01:42:52 +02:00
ntdll [LDR] Silence some debug logs when images overlap 2019-05-27 13:24:28 +02:00
opengl [GLU32] Fix indentation 2019-05-27 13:22:40 +02:00
shellext [NETSHELL][SYSSETUP] Minor improvements for pt_PT translation and object position adjustments (#1761) 2019-07-29 00:20:40 +02:00
win32 [KERNEL32][RTL] Diverse fixes/improvements for thread stack creation code. (#802) 2019-08-01 19:04:13 +02:00
CMakeLists.txt [APISETS] Add the initial set of auto-generated files. 2018-04-07 14:50:59 +02:00