Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12331 closed defect (bug) (duplicate)

class PasswordHash gives file access error when creating Network

Reported by: automaton's profile automaton Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Security Keywords:
Focuses: Cc:

Description

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.

Change History (2)

#1 @sivel
15 years ago

See #12148

I'm thinking we can close this as a duplicate. But for the time being I am keeping it open.

#2 @nacin
15 years ago

  • Milestone 3.0 deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.