mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
87e2ec585f
- Not all the wcscpy() / swprintf() calls have been converted to their string-safe equivalents. Instead I used the string-safe functions only for places where strings of unknown length were copied into fixed-size internal buffers. On the contrary, for known-fixed-length strings being copied or numbers being converted to string representations in large enough buffers, I kept the original function calls. - Verify the registry data that has been returned by NtQueryValueKey(): * When expecting (not multi) strings, check whether the data type is either REG_SZ or REG_EXPAND_SZ. * When expecting DWORD values, check whether the data type is REG_DWORD and whether the data length is (greater or) equal to sizeof(ULONG). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
crashdmp.c | ||
pagefile.c | ||
sminit.c | ||
smloop.c | ||
smsbapi.c | ||
smsessn.c | ||
smss.c | ||
smss.h | ||
smss.rc | ||
smsubsys.c | ||
smutil.c |