mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
83b331ae55
PR: 238176 Approved by: maintainer (andrew at tao11 dot riddles dot org dot uk)
12 lines
303 B
C
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;
|