aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/win32_stats/es_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/win32_stats/es_win32.cpp')
-rw-r--r--src/entropy/win32_stats/es_win32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entropy/win32_stats/es_win32.cpp b/src/entropy/win32_stats/es_win32.cpp
index 31779bee8..a529ccc1a 100644
--- a/src/entropy/win32_stats/es_win32.cpp
+++ b/src/entropy/win32_stats/es_win32.cpp
@@ -88,6 +88,7 @@ u32bit Win32_EntropySource::fast_poll(byte buf[], u32bit length)
{
if(length == 0)
return 0;
+ length = std::min<u32bit>(length, 32);
u32bit buf_i = 0;