commit | 8a01f969c198eeb655ad2f96f2796a6f6f4a1924 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 21:50:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 21:50:00 2016 +0100 |
tree | 3d71f55b5f569b7468dc82c026d0f808021b889d | |
parent | 7618e00d3b8bfe064cfc524640d754607361f9df [diff] [blame] |
patch 8.0.0085 Problem: Using freed memory with recursive function call. (Dominique Pelle) Solution: Make a copy of the function name.
diff --git a/src/version.c b/src/version.c index c4013e7..8b30bae 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 85, +/**/ 84, /**/ 83,