Bugzilla – Attachment 3616 Details for
Bug 3483
closefrom() calls in sshd closes the file descriptors associated with Intel QAT crypto engine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Requested sshd.c patch
sshd.patch (text/plain), 616 bytes, created by
Joel Schuetze
on 2022-10-13 10:47:08 AEDT
(
hide
)
Description:
Requested sshd.c patch
Filename:
MIME Type:
Creator:
Joel Schuetze
Created:
2022-10-13 10:47:08 AEDT
Size:
616 bytes
patch
obsolete
>--- sshd.c 2022-09-22 06:40:54.399626581 -0400 >+++ new_sshd.c 2022-09-22 06:50:27.768655137 -0400 >@@ -1667,8 +1667,6 @@ main(int ac, char **av) > /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ > sanitise_stdfd(); > >- seed_rng(); >- > /* Initialize configuration options to their default values. */ > initialize_server_options(&options); > >@@ -1790,6 +1788,8 @@ main(int ac, char **av) > else > closefrom(REEXEC_DEVCRYPTO_RESERVED_FD); > >+ seed_rng(); >+ > /* If requested, redirect the logs to the specified logfile. */ > if (logfile != NULL) > log_redirect_stderr_to(logfile);
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:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3483
: 3616