Bugzilla – Attachment 3530 Details for
Bug 3328
Issue with ForwardAgent value specified as an environment variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xstrdup() added for ForwardAgent env var
patch.txt (text/plain), 307 bytes, created by
Stephen Goetze
on 2021-06-26 02:48:51 AEST
(
hide
)
Description:
xstrdup() added for ForwardAgent env var
Filename:
MIME Type:
Creator:
Stephen Goetze
Created:
2021-06-26 02:48:51 AEST
Size:
307 bytes
patch
obsolete
>--- /openssh-8.6p1/ssh.c >+++ /tmp/ssh.c >@@ -1637,7 +1637,7 @@ > fatal("Invalid ForwardAgent environment variable name %s", cp); > } > if ((p = getenv(cp + 1)) != NULL) >- forward_agent_sock_path = p; >+ forward_agent_sock_path = xstrdup(p); > else > options.forward_agent = 0; > free(cp);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3328
: 3530