Bugzilla – Attachment 1611 Details for
Bug 1568
ssh-rand-helper ignores incorrect command line arguments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch (text/plain), 406 bytes, created by
Andreas Gustafsson
on 2009-03-09 22:21:37 AEDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andreas Gustafsson
Created:
2009-03-09 22:21:37 AEDT
Size:
406 bytes
patch
obsolete
>--- ssh-rand-helper.c.orig 2007-03-12 22:35:39.000000000 +0200 >+++ ssh-rand-helper.c 2009-03-09 01:00:03.000000000 +0200 >@@ -853,9 +853,16 @@ > default: > error("Invalid commandline option"); > usage(); >+ exit(1); > } > } > >+ if (optind != argc) { >+ error("Unexpected commandline argument"); >+ usage(); >+ exit(1); >+ } >+ > log_init(argv[0], ll, SYSLOG_FACILITY_USER, 1); > > #ifdef USE_SEED_FILES
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 1568
: 1611