commit | 62ef797496c6243d111c596a592a8ef8c1d1e710 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:51:54 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:51:54 2016 +0100 |
tree | 0240bfaa03d820996eff5e2dea1a0b51771764c1 | |
parent | da5dcd936656f524dd0ae7cb2685245f07f5720f [diff] [blame] |
patch 7.4.1137 Problem: Illegal memory access when using :copen and :cclose. Solution: Avoid that curbuf is invalid. (suggestion by Justin M. Keyes) Add a test.
diff --git a/src/version.c b/src/version.c index 30e6068..845158b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1137, +/**/ 1136, /**/ 1135,