summaryrefslogtreecommitdiffstats
path: root/src/pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass.cpp')
-rw-r--r--src/pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pass.cpp b/src/pass.cpp
index 3da49ab8..d8aaff8d 100644
--- a/src/pass.cpp
+++ b/src/pass.cpp
@@ -287,6 +287,7 @@ quint32 Pass::boundedRandom(quint32 bound) {
const quint32 max_mod_bound = (1 + ~bound) % bound;
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
+ static int fd = -1;
if (fd == -1) {
assert((fd = open("/dev/urandom", O_RDONLY)) >= 0);
}