commit | 94075b2b0e8e3b75334799d2c082497fbf85ffa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 20:30:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 20:30:39 2022 +0000 |
tree | d939dd75a398770e14f16aa330a43ebbdce07965 | |
parent | ef7aadbe36ad43a1b909f5f6c7e9b170ad62ef91 [diff] [blame] |
patch 8.2.4139: using freed memory in expression abbreviation Problem: Using freed memory if an expression abbreviation deletes the abbreviation. Solution: Do not access the pointer after evaluating the expression.
diff --git a/src/version.c b/src/version.c index 6198d41..07d5b81 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4139, +/**/ 4138, /**/ 4137,