ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/utils.C
(Generate patch)

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.104 by root, Wed Nov 16 23:41:59 2016 UTC vs.
Revision 1.105 by root, Thu Jan 19 21:51:43 2017 UTC

63/******************************************************************************/ 63/******************************************************************************/
64 64
65/* Checks a player-provided string which will become the msg property of 65/* Checks a player-provided string which will become the msg property of
66 * an object for dangerous input. 66 * an object for dangerous input.
67 */ 67 */
68bool 68bool
69msg_is_safe (const char *msg) 69msg_is_safe (const char *msg)
70{ 70{
71 bool safe = true; 71 bool safe = true;
72 72
73 /* Trying to cheat by getting data into the object */ 73 /* Trying to cheat by getting data into the object */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines