Fix for bug 351270 . Assertion in unix_rand.c .
git-svn-id: svn://10.0.0.236/trunk@209290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
37a12fa6cc
commit
eefc0e6cf7
@ -146,7 +146,6 @@ static SECStatus RNG_kstat(PRUint32* fed)
|
||||
if (entropy_buf) {
|
||||
for (ksp = kc->kc_chain; ksp != NULL; ksp = ksp->ks_next) {
|
||||
if (-1 == kstat_read(kc, ksp, NULL)) {
|
||||
PORT_Assert(0);
|
||||
/* missing data from a single kstat shouldn't be fatal */
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user