commit | 27356ad4f47eb87eb9889d4bd06eaecc7944763f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 16:11:36 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 16:11:36 2012 +0100 |
tree | f220f6cf7998a702bc0b096b1dbc728eab20c86b | |
parent | 321a9ec68041c75169002e54c1994a7d3933abbd [diff] [blame] |
updated for version 7.3.757 Problem: Issue 96: May access freed memory when a put command triggers autocommands. (Dominique Pelle) Solution: Call u_save() before getting y_array.
diff --git a/src/version.c b/src/version.c index aec15bd..562bb04 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 757, +/**/ 756, /**/ 755,