commit | ca275a05d8b79f6a9101604fdede2373d0dea44e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 22:07:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 22:07:46 2020 +0200 |
tree | 257b8511185a6e3ff164361b0f7a97ba6c6f7431 | |
parent | 65a8ed37f7bc61fbe5c612a7b0eb0dfc16ad3e11 [diff] [blame] |
patch 8.2.1051: crash when changing a list while using reduce() on it Problem: Crash when changing a list while using reduce() on it. Solution: Lock the list. (closes #6330)
diff --git a/src/version.c b/src/version.c index ba3e621..36da620 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,