diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-18 02:37:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-18 02:37:17 +0200 |
commit | ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f (patch) | |
tree | dfad8ea5bea0c24a7b0b1a483523915fefe83817 /TODO |
Import version from Kilobug
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +* read_poll uses random_poll until the pool is filled. This is ian + issue at first initialization, as this requries POOLSIZE good random (level 1 from + gather_random) even in level 0 and 1. + For now, the code is only applied to level 2. Eventually, readable_pool + should be fixed to return 0 if initialization is not done yet and not enough bytes + are available. Otherwise it enters an infinite loop. + +* Permissions? + +* Off by one error in gather_random/io_write? I can only get GATHERBUFSIZE - 1 + bytes from it. |