[Webkit-unassigned] [Bug 17032] No rand_s on Windows 2000 -> crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 15 15:10:22 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17032





------- Comment #7 from ap at webkit.org  2008-07-15 15:10 PDT -------
(In reply to comment #6)
> http://lists.trolltech.com/qt4-preview-feedback/2008-04/thread00028-0.html

+void check_for_rand_s()
+{
+    if (!already_checked) {

There is no need for this check - check_for_rand_s() is called from
wtf_random_init(), which is guaranteed to be called once.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list