reactos/sdk
Max Korostil 2b2bdabe72
[RTL][NTDLL_APITEST] Fix buffer overflow in RtlDosSearchPath_Ustr (#7698)
In addition:
- `IS_PATH_SEPARATOR(*--End)` -> `--End; IS_PATH_SEPARATOR(*End)` fix,
- Use SIZE_T type for `WorstCaseLength` and `NamePlusExtLength`.
2025-02-05 21:17:11 +01:00
..
cmake [CMAKE] Define _CRT_SUPPRESS_RESTRICT on GCC builds 2025-01-30 11:30:32 +02:00
include [SDK:BUGCODES] Remove inaccurate description of CREATE_DELETE_LOCK_NOT_LOCKED 2025-02-03 17:04:10 +01:00
lib [RTL][NTDLL_APITEST] Fix buffer overflow in RtlDosSearchPath_Ustr (#7698) 2025-02-05 21:17:11 +01:00
tools [SPEC2DEF] Implement support for debug-only exports 2025-01-19 09:02:58 +02:00