reactos/dll
Timo Kreuzer ddb56e8cca [OLEAUT32] Use snprintf instead of sprintf
Fixes GCC 8 warning:
dll/win32/oleaut32/oleaut.c:876:39: error: '%s' directive writing up to 99 bytes into a region of size between 92 and 291 [-Werror=format-overflow=]
     sprintf(typelibkey, "Typelib\\%s\\%s\\0\\win%u", tlguid, ver, sizeof(void *) == 8 ? 64 : 32);
                                       ^~                     ~~~
dll/win32/oleaut32/oleaut.c:876:5: note: 'sprintf' output between 18 and 316 bytes into a destination of size 300
     sprintf(typelibkey, "Typelib\\%s\\%s\\0\\win%u", tlguid, ver, sizeof(void *) == 8 ? 64 : 32);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-07-20 13:56:18 +02:00
..
3rdparty [LIBPNG] Update to version 1.6.37. CORE-16147 2019-06-27 12:52:12 +02:00
apisets
appcompat [ACGENRAL] Add a test shim 2019-05-01 19:22:19 +02:00
cpl [TRANSLATION] Add Portuguese (neutral) translation. (#1702) 2019-07-15 00:07:50 +02:00
directx [DSOUND_NEW] Add CMakeLists.txt + mostly fix gcc compilation 2019-06-30 20:06:36 +02:00
keyboard
nls
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] Improvements to the network setup (2a/x) 2019-06-20 22:08:39 +02:00
win32 [OLEAUT32] Use snprintf instead of sprintf 2019-07-20 13:56:18 +02:00
CMakeLists.txt