commit | 4f645c54efe33d7a11e314676e503118761f08a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 16:40:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 16:40:39 2020 +0100 |
tree | 8d98ceaaf843e7087adf4103e34e3ee29b21acde | |
parent | 165315584d6587e287f54d6c8820e050114b5694 [diff] [blame] |
patch 8.2.0233: crash when using garbagecollect() in between rand() Problem: Crash when using garbagecollect() in between rand(). Solution: Redesign the rand() and srand() implementation. (Yasuhiro Matsumoto, closes #5587, closes #5588)
diff --git a/src/version.c b/src/version.c index e1fde10..99c6356 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 233, +/**/ 232, /**/ 231,