diff options
Diffstat (limited to 'src/entropy/unix_procs/es_unix.cpp')
-rw-r--r-- | src/entropy/unix_procs/es_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entropy/unix_procs/es_unix.cpp b/src/entropy/unix_procs/es_unix.cpp index be9ecf5eb..a10dd72a4 100644 --- a/src/entropy/unix_procs/es_unix.cpp +++ b/src/entropy/unix_procs/es_unix.cpp @@ -50,6 +50,7 @@ u32bit Unix_EntropySource::fast_poll(byte buf[], u32bit length) { if(length == 0) return 0; + length = std::min<u32bit>(length, 32); u32bit buf_i = 0; |