Correct a random value disclosure in random(4).
Security: FreeBSD-SA-07:09.random
This commit is contained in:
parent
df297799bd
commit
ab5beb74a6
@ -296,6 +296,7 @@ random_yarrow_read(void *buf, int count)
|
||||
random_state.outputblocks = 0;
|
||||
}
|
||||
retval += (int)tomove;
|
||||
cur = 0;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user