commit | 07e4a197953d12902fb97beb48830a5323a52280 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 26 12:23:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 26 12:23:30 2019 +0100 |
tree | 2606081e24020a6d9985531651099b0fc2aa3381 | |
parent | 06b0b4bc27077013e9b4b48fd1d9b33e543ccf99 [diff] [blame] |
patch 8.1.2343: using time() for srand() is not very random Problem: Using time() for srand() is not very random. Solution: use /dev/urandom if available
diff --git a/src/version.c b/src/version.c index f88d0e9..9b8a02f 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2343, +/**/ 2342, /**/ 2341,