Bugzilla – Attachment 262 Details for
Bug 522
terse message prompt when ssh-add fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a simple fix
cvs_ssh-askpass_message.patch (text/plain), 493 bytes, created by
Federico Grau
on 2003-03-27 15:52:40 AEDT
(
hide
)
Description:
a simple fix
Filename:
MIME Type:
Creator:
Federico Grau
Created:
2003-03-27 15:52:40 AEDT
Size:
493 bytes
patch
obsolete
>Index: ssh-add.c >=================================================================== >RCS file: /cvs/openssh/ssh-add.c,v >retrieving revision 1.71 >diff -u -r1.71 ssh-add.c >--- ssh-add.c 10 Mar 2003 00:21:18 -0000 1.71 >+++ ssh-add.c 27 Mar 2003 04:58:42 -0000 >@@ -164,7 +164,8 @@ > if (private != NULL) > break; > clear_pass(); >- strlcpy(msg, "Bad passphrase, try again: ", sizeof msg); >+ snprintf(msg, sizeof msg, "Bad passphrase, try again for %.200s: ", >+ comment); > } > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 522
: 262