| Message ID | 20260514091918.18197-1-gert@greenie.muc.de |
|---|---|
| State | New |
| Headers | show |
| Series | [Openvpn-devel,v2] openvpnserv: Use same variant of UuidToString and RpcStringFree | expand |
I have changed the commit messagte to only talk about "RpcStringFree()",
as there is no mention of UuidToString here...
Test compiled on MinGW.
Your patch has been applied to the master branch.
commit 2b8afc6c685f4e451fd0fa5aa37f18147520dfc1
Author: Frank Lichtenheld
Date: Thu May 14 11:19:12 2026 +0200
openvpnserv: Use same variant of UuidToString and RpcStringFree
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Heiko Hund <heiko@openvpn.net>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1671
Message-Id: <20260514091918.18197-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg36915.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
diff --git a/src/openvpnserv/interactive.c b/src/openvpnserv/interactive.c index e25c511..bd310e4 100644 --- a/src/openvpnserv/interactive.c +++ b/src/openvpnserv/interactive.c @@ -3484,7 +3484,7 @@ swprintf(ovpn_pipe_name, _countof(ovpn_pipe_name), L"\\\\.\\pipe\\" _L(PACKAGE) L"%ls\\service_%lu_%ls", service_instance, GetCurrentThreadId(), pipe_uuid_str); - RpcStringFree(&pipe_uuid_str); + RpcStringFreeW(&pipe_uuid_str); /* make a security descriptor for the named pipe with access * restricted to the user and SYSTEM