﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
12331	class PasswordHash gives file access error when creating Network	automaton	ryan	"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.
"	defect (bug)	closed	normal		Security	3.0	normal	duplicate		
