summaryrefslogtreecommitdiff
path: root/random/TODO
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-18 02:41:34 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-18 02:41:34 +0200
commit6dc9649499651e48f6c9155c480e4e563fbd5f3b (patch)
tree2755c16f2d4f7dddc45aa55c10cd928ad238c69e /random/TODO
parent0380b6fe26dc709fc77206e16db37540d7fced62 (diff)
parent7141fe6e0335254895e5eb0f853e5d2b3ef05793 (diff)
Merge branch 'random-moved' into upstream-merged
Diffstat (limited to 'random/TODO')
-rw-r--r--random/TODO11
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.