1
0
forked from 0ad/0ad
0ad/source/ps/scripting
elexis ecce63628c Unify duplicate u8* to hex string functions in a new Hexify function variant, similar to bb1f86f515, used by Tests, CacheLoader, Terms and Conditions, Lobby and mod.io.
Removes the call to the sprintf_s function from test_MD5.h in 17718981cf
and JSInterface_Main.cpp in 468d963e78.
As reported by Vladislav that function might not null-terminate strings
on untested/newer platforms, but the caller requires it here.
The sprintf_s calls in other places have the same problem.

Differential Revision: https://code.wildfiregames.com/D1591
Accepted By: Vladislav
This was SVN commit r21863.
2018-08-08 12:59:05 +00:00
..
JSInterface_ConfigDB.cpp Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_ConfigDB.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_Console.cpp Clean some forward declarations. 2018-04-27 16:06:42 +00:00
JSInterface_Console.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_Debug.cpp Remove disabled remains of the performance data (= profiler data + text input) upload feature from the UserReporter from 0da7e822ff. 2018-08-05 15:18:00 +00:00
JSInterface_Debug.h Remove disabled remains of the performance data (= profiler data + text input) upload feature from the UserReporter from 0da7e822ff. 2018-08-05 15:18:00 +00:00
JSInterface_Game.cpp Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_Game.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_Main.cpp Unify duplicate u8* to hex string functions in a new Hexify function variant, similar to bb1f86f515, used by Tests, CacheLoader, Terms and Conditions, Lobby and mod.io. 2018-08-08 12:59:05 +00:00
JSInterface_Main.h Persist the lobby Terms Of Use and Terms Of Service checkbox if the logged in user and the accepted versions of the pages didn't change since last login, refs #5218. 2018-06-21 16:38:08 +00:00
JSInterface_Mod.cpp Main.cpp cleanup. 2018-05-08 09:45:54 +00:00
JSInterface_Mod.h Clean some forward declarations. 2018-04-27 16:06:42 +00:00
JSInterface_ModIo.cpp Clean some forward declarations. 2018-04-27 16:06:42 +00:00
JSInterface_ModIo.h Clean some forward declarations. 2018-04-27 16:06:42 +00:00
JSInterface_SavedGame.cpp Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_SavedGame.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_VFS.cpp Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_VFS.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_VisualReplay.cpp Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
JSInterface_VisualReplay.h Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00