commit | e6d40dcdc7227594935d2db01eca29f0e575dcee | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Sun Mar 19 21:23:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:23:38 2023 +0000 |
tree | cceadc9510c19f5ba8f99e26954bf8fbef40b6d6 | |
parent | 7c4516fe93d865f4ef1877181f8156b8b9331856 [diff] [blame] |
patch 9.0.1416: crash when collection is modified when using filter() Problem: Crash when collection is modified when using filter(). Solution: Lock the list/dict/blob. (Ernie Rael, closes #12183)
diff --git a/src/version.c b/src/version.c index 585f72c..41960f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1416, +/**/ 1415, /**/ 1414,