summaryrefslogtreecommitdiff
path: root/random/TODO
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-06-09 11:57:42 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-06-09 11:57:42 +0200
commit707f6cc4dbad734325881c5b275138522188754c (patch)
tree5811da63b3d7e2ea8a5a70acdd18a8b0b017fd69 /random/TODO
parent10412bfccc00708663034a76b1a3c66058bb7545 (diff)
parent1ba2ed95690396bf081d0af043d878b26b8563c2 (diff)
Merge the random translator into the Hurd repository
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.