summaryrefslogtreecommitdiff
path: root/irc/ircII/files/patch-source_alias.c
blob: ab1f5adbb2ee437dda4747a40e984df45fec7a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/alias.c.orig	2019-01-18 10:29:41 UTC
+++ source/alias.c
@@ -2528,7 +2528,7 @@ function_userhost(u_char *input)
 static u_char	*
 function_strip(u_char *input)
 {
-	u_char	tmpbuf[128], *result;
+	u_char	tmpbuf[128], *result = NULL;
 	u_char	*retval = NULL;
 	u_char	*chars;
 	u_char	*cp, *dp;