diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 17:58:10 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 17:58:10 +0200 |
commit | 8672d3f031f7898c26b2526960c77c4c522fb950 (patch) | |
tree | 91f7b1939a2b460f6ee192b7c1d5a9f88510f0ef /random/TODO | |
parent | 370f2fcb4ae7901e34caba64d31027f8cf69a858 (diff) | |
parent | 12bf32881d03225c864afbca431cd93f647ab1b3 (diff) |
Merge branch 'merge-random'
Diffstat (limited to 'random/TODO')
-rw-r--r-- | random/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/random/TODO b/random/TODO new file mode 100644 index 00000000..9cc57ab9 --- /dev/null +++ b/random/TODO @@ -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. |