1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 15:43:13 +02:00

Apply some changes based on possible "flaws" found with flawfinder.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2574 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-10-20 04:34:03 +00:00
parent 0d3ec454de
commit 0b3824c86a
21 changed files with 125 additions and 139 deletions
+2 -2
View File
@@ -826,9 +826,9 @@ void req_send_memos(User *u, char *vIdent, char *vHost)
return;
if (vIdent)
sprintf(host, "%s@%s", vIdent, vHost);
snprintf(host, sizeof(host), "%s@%s", vIdent, vHost);
else
sprintf(host, "%s", vHost);
snprintf(host, sizeof(host), "%s", vHost);
if (HSRequestMemoOper == 1)
{