freebsd-ports/irc/ircII/files/patch-source_alias.c
Christoph Moench-Tegeder 83b331ae55 update irc/ircII to 20190117
PR:		238176
Approved by:	maintainer (andrew at tao11 dot riddles dot org dot uk)
2019-06-06 21:42:23 +00:00

12 lines
303 B
C

--- 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;