[Bug 209616] [ndis][patch] compat/ndis rand() doesn't respect the seed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 21 01:05:42 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209616

Pedro F. Giffuni <pfg at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #170455|0                           |1
        is obsolete|                            |

--- Comment #2 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
Created attachment 170525
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170525&action=edit
Attempt to do proper seeding (take 3)

There improved attempt: why use microtime() for seeding when we can seed with
arc4random(), which is much more unpredictable.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list