Date: Sat, 21 May 2016 01:05:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209616] [ndis][patch] compat/ndis rand() doesn't respect the seed Message-ID: <bug-209616-8-JhVExGy9jo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209616-8@https.bugs.freebsd.org/bugzilla/> References: <bug-209616-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209616 Pedro F. Giffuni <pfg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #170455|0 |1 is obsolete| | --- Comment #2 from Pedro F. Giffuni <pfg@FreeBSD.org> --- Created attachment 170525 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170525&action= =3Dedit Attempt to do proper seeding (take 3) There improved attempt: why use microtime() for seeding when we can seed wi= th arc4random(), which is much more unpredictable. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209616-8-JhVExGy9jo>