Messages in this thread |  | | From | Andreas Dilger <> | Date | Tue, 2 Oct 2001 02:10:01 -0600 | Subject | Re: /dev/random entropy calculations broken? |
| |
On Oct 02, 2001 01:51 -0600, Andreas Dilger wrote: > - if (r->entropy_count < nbytes*8) { > + if (r->entropy_count < nbytes*8 && r->entropy_count < r->poolsize*32) { ^^^^^^^^ Doh! I hate it when I do that (compile, test, think, edit, send patch without the compile, test steps). Should be "poolinfo.poolwords".
Cheers, Andreas -- Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto, \ would they cancel out, leaving him still hungry?" http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |