commit | d05bf560aceb4f26d098398828a592dc29547c4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 23:24:08 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 23:24:08 2013 +0200 |
tree | 6685d96eca91172b172514622c78763d41a601d5 | |
parent | 673b9a3cae59fbeed4c66bfa7812aa36531cad88 [diff] [blame] |
updated for version 7.3.1280 Problem: Reading memory already freed since patch 7.3.1247. (Simon Ruderich, Dominique Pelle) Solution: Copy submatches before reallocating the state list.
diff --git a/src/version.c b/src/version.c index 825f0ab..6640673 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1280, +/**/ 1279, /**/ 1278,