summaryrefslogtreecommitdiff
path: root/random/rndunix.c
diff options
context:
space:
mode:
Diffstat (limited to 'random/rndunix.c')
-rw-r--r--random/rndunix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/random/rndunix.c b/random/rndunix.c
index cc5eb145..1b810d72 100644
--- a/random/rndunix.c
+++ b/random/rndunix.c
@@ -551,7 +551,8 @@ slow_poll(FILE *dbgfp, int dbgall, size_t *nbytes )
#else
#error O_NONBLOCK is missing
#endif
-
+ /* FIXME: We need to make sure that the fd is less than
+ FD_SETSIZE. */
FD_SET(dataSources[i].pipeFD, &fds);
dataSources[i].length = 0;