diff options
author | lloyd <[email protected]> | 2008-11-25 07:14:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-25 07:14:46 +0000 |
commit | 8846b510e3f8620dfba2c53daa62879667875cde (patch) | |
tree | 0f0de3d89c57fb25a906f08207eb1fa71e1f5662 /doc | |
parent | a8696ac0c6a8a20b1dae79fb0670ea9885767935 (diff) |
If the read succeceed in EGD_EntropySource::slow_poll, the loop would
just continue on instead of returning the length of the buffer recv'ed
from EGD.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 9d9825494..4c2fbc373 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - Wrap private structs in SSE2 SHA-1 code in anonymous namespace - Change configure.pl's CPU autodetection output to be more consistent - Disable using OpenSSL's AES due to crashes + - Fix bug preventing EGD entropy poller from working - Fix warning in /proc walking entropy poller - Fix compilation with IBM XLC for Cell 0.9 - Fix integer overflow in Pooling_Allocator::get_more_core (bug id #27) |