[wp-trac] [WordPress Trac] #12331: class PasswordHash gives file access error when creating Network
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 22 12:10:56 UTC 2010
#12331: class PasswordHash gives file access error when creating Network
--------------------------+-------------------------------------------------
Reporter: automaton | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Security | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
The error occurs in line 58:
{{{
if (is_readable('/dev/urandom') &&
($fh = @fopen('/dev/urandom', 'rb'))) {
$output = fread($fh, $count);
fclose($fh);
}
}}}
Could be a symbolic link issue.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12331>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list