commit | d6c67629ed05aae436164eec474832daf8ba7420 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 20:07:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 20:07:22 2022 +0100 |
tree | 7a2edf894153bc5e71d0213a7501ff858941b467 | |
parent | 80525751c5ce9ed82c41d83faf9ef38667bf61b1 [diff] [blame] |
patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursively Problem: Using freed memory when using 'quickfixtextfunc' recursively. Solution: Do not allow for recursion.
diff --git a/src/version.c b/src/version.c index b1943bb..02c20f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 260, +/**/ 259, /**/ 258,