commit | 9b4ebc692d77ca8ef90d72517347f74c2474dd3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 01 13:28:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 01 13:28:38 2016 +0200 |
tree | 9f39152e7dc2ce7d57672f1bd0e7009200cdec69 | |
parent | 187147aedd588070d0676664d5076d046644094e [diff] [blame] |
patch 7.4.1813 Problem: Memory access error when running test_quickfix. Solution: Allocate one more byte. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 75e692d..5a612d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1813, +/**/ 1812, /**/ 1811,