aboutsummaryrefslogtreecommitdiff
path: root/libs/db47/patches/100-repmgr-format-security.patch
blob: 58cfafdd0112975549e60232b1d8dafc38247010 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/repmgr/repmgr_net.c
+++ b/repmgr/repmgr_net.c
@@ -1136,7 +1136,7 @@ __repmgr_listen(env)
 	}
 
 	ret = net_errno;
-	__db_err(env, ret, why);
+	__db_err(env, ret, "%s", why);
 clean:	if (s != INVALID_SOCKET)
 		(void)closesocket(s);
 	return (ret);