reactos/dll
Timo Kreuzer 089d59bc6c [RSAENH] Use StringCbPrintfA instead of sprintf
Fixes GCC 8 warning:
dll/win32/rsaenh/rsaenh.c:161:23: error: '%s' directive writing up to 259 bytes into a region of size 235 [-Werror=format-overflow=]
 #define RSAENH_REGKEY "Software\\Wine\\Crypto\\RSA\\%s"
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dll/win32/rsaenh/rsaenh.c:161:23: note: in definition of macro 'RSAENH_REGKEY'
 #define RSAENH_REGKEY "Software\\Wine\\Crypto\\RSA\\%s"
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dll/win32/rsaenh/rsaenh.c:1107:5: note: 'sprintf' output between 26 and 285 bytes into a destination of size 260
     sprintf(szRSABase, RSAENH_REGKEY, pKeyContainer->szName);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-05-27 13:22:40 +02:00
..
3rdparty [3RDPARTY] Addendum to 146096cd: Make some warnings non-fatal. 2019-04-13 18:24:01 +02:00
apisets
appcompat [ACGENRAL] Add a test shim 2019-05-01 19:22:19 +02:00
cpl [CONSOLE][CONCFG][CONSRV] Provide support for specified additional TrueType fonts + bugfixes. 2019-05-19 23:10:41 +02:00
directx [DPNHPAST] Import dpnhpast.dll from Wine (Staging) 4.5 2019-04-24 19:59:15 +02:00
keyboard
nls
np [NFS] Fix a typo in the precompiled header. 2019-04-28 01:42:52 +02:00
ntdll
opengl [OPENGL32] Fix the order of the specified callbacks for the DrvSetCallbackProcs() call. 2019-04-22 18:29:43 +02:00
shellext [TRANSLATIONS] Update/Add Portuguese translations. 2019-05-26 21:19:31 +02:00
win32 [RSAENH] Use StringCbPrintfA instead of sprintf 2019-05-27 13:22:40 +02:00
CMakeLists.txt