commit | 2c93c685e3334c50d9a748ad699df727a4501b08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 21:15:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 31 21:15:02 2020 +0200 |
tree | b3974320863aa99531d8e52f1b55a90e3793d5f1 | |
parent | 64f37d309025a65210dbc33823ec9ec5d547775f [diff] [blame] |
patch 8.2.1553: crash in edit test Problem: Crash in edit test. Solution: Avoid using invalid pointer.
diff --git a/src/version.c b/src/version.c index b709939..8155ffc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1553, +/**/ 1552, /**/ 1551,