FreeBSD Bugzilla – Attachment 196463 Details for
Bug 230835
[PATCH] security/heimdal: Don't call arc4random_stir
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
heimdal.patch (text/plain), 1.14 KB, created by
Xin LI
on 2018-08-23 05:59:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Xin LI
Created:
2018-08-23 05:59:16 UTC
Size:
1.14 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 477855) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= heimdal > PORTVERSION= 7.5.0 >+PORTREVISION= 1 > CATEGORIES= security ipv6 > MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ > >Index: files/patch-lib_roken_rand.c >=================================================================== >--- files/patch-lib_roken_rand.c (nonexistent) >+++ files/patch-lib_roken_rand.c (working copy) >@@ -0,0 +1,10 @@ >+--- lib/roken/rand.c.orig 2016-12-20 14:23:06 UTC >++++ lib/roken/rand.c >+@@ -42,7 +42,6 @@ void ROKEN_LIB_FUNCTION >+ rk_random_init(void) >+ { >+ #if defined(HAVE_ARC4RANDOM) >+- arc4random_stir(); >+ #elif defined(HAVE_SRANDOMDEV) >+ srandomdev(); >+ #elif defined(HAVE_RANDOM) > >Property changes on: files/patch-lib_roken_rand.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 230835
: 196463