Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/ircII/files/patch-source_alias.c
14237 views
1
--- source/alias.c.orig 2019-01-18 10:29:41 UTC
2
+++ source/alias.c
3
@@ -2528,7 +2528,7 @@ function_userhost(u_char *input)
4
static u_char *
5
function_strip(u_char *input)
6
{
7
- u_char tmpbuf[128], *result;
8
+ u_char tmpbuf[128], *result = NULL;
9
u_char *retval = NULL;
10
u_char *chars;
11
u_char *cp, *dp;
12
13