https://bugzilla.mindrot.org/show_bug.cgi?id=3884
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- I think you could use misc.c:argv_assemble() to do the quoting with less new code, e.g. tmp = argv_assemble(1, &socket_name) printf(format, SSH_AUTHSOCKET_ENV_NAME, tmp, SSH_AUTHSOCKET_ENV_NAME); free(tmp); -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
