Univention Bugzilla – Attachment 9380 Details for
Bug 46260
makepasswd blocks, reads from /dev/random (instead urandom)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
NonBlocking.patch
NonBlocking.patch (text/plain), 287 bytes, created by
Arvid Requate
on 2018-02-09 00:55:22 CET
(
hide
)
Description:
NonBlocking.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-02-09 00:55:22 CET
Size:
287 bytes
patch
obsolete
>diff --git a/makepasswd b/makepasswd >index bd43e06..ad7a051 100755 >--- a/makepasswd >+++ b/makepasswd >@@ -572,7 +572,7 @@ sub SeedRandom > } > else > { >- $RNG = Bytes::Random::Secure->new(Bytes::Random::Secure::FUNC_STD); >+ $RNG = Bytes::Random::Secure->new(NonBlocking => 1); > } > } >
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 46260
: 9380