Bugzilla – Attachment 2118 Details for
Bug 1957
New -K option overwites output file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for appending instead of rewriting the tested modulus
ssh-keygen.patch (text/plain), 569 bytes, created by
Christophe Garault
on 2011-12-12 01:02:33 AEDT
(
hide
)
Description:
patch for appending instead of rewriting the tested modulus
Filename:
MIME Type:
Creator:
Christophe Garault
Created:
2011-12-12 01:02:33 AEDT
Size:
569 bytes
patch
obsolete
>*** ssh-keygen.c.back 2011-12-10 19:42:38.523337304 +0100 >--- ssh-keygen.c 2011-12-11 01:41:13.536837027 +0100 >*************** >*** 2217,2223 **** > > if (do_screen_candidates) { > FILE *in; >! FILE *out = fopen(out_file, "w"); > > if (have_identity && strcmp(identity_file, "-") != 0) { > if ((in = fopen(identity_file, "r")) == NULL) { >--- 2217,2223 ---- > > if (do_screen_candidates) { > FILE *in; >! FILE *out = fopen(out_file, "a"); > > if (have_identity && strcmp(identity_file, "-") != 0) { > if ((in = fopen(identity_file, "r")) == NULL) {
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1957
: 2118