a06e88
diff -up rpcbind-1.2.5/src/util.c.orig rpcbind-1.2.5/src/util.c
a06e88
--- rpcbind-1.2.5/src/util.c.orig	2022-05-31 08:47:51.624211564 -0400
a06e88
+++ rpcbind-1.2.5/src/util.c	2022-05-31 08:49:54.577060858 -0400
a06e88
@@ -287,7 +287,7 @@ network_init()
a06e88
 	int s;
a06e88
 #endif
a06e88
 	int ecode;
a06e88
-	struct addrinfo hints, *res;
a06e88
+	struct addrinfo hints, *res = NULL;
a06e88
 
a06e88
 	memset(&hints, 0, sizeof hints);
a06e88
 	hints.ai_family = AF_INET;