View Issue Details

IDProjectCategoryView StatusLast Update
0010711mantisbtsecuritypublic2009-10-07 14:19
Reporterdhx Assigned Tojreese  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010711: Don't seed mt_rand - PHP will do this for us
Description

PHP's seeding of mt_rand is better than our current approach of seeding in a high precision time value.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 2ad151ce

2009-07-01 14:49

jreese

Committer: dhx


Details Diff
We should not be seeding mt_rand. PHP does this.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010711
mod - core.php Diff File

MantisBT: master 40840f41

2009-07-01 14:49

jreese

Committer: dhx


Details Diff
We should not be seeding mt_rand. PHP does this.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010711
mod - core.php Diff File