commit | 507edf63df75fe228e0f76b845b58d60266e65d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:54:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:54:17 2016 +0100 |
tree | 360a0b6bdd05365981e0fbf27feb55138a21cf10 | |
parent | a52dfaed104183c1fa2a3b6e4430b23d86bcbece [diff] [blame] |
patch 7.4.1086 Problem: Crash with an extremely long buffer name. Solution: Limit the return value of vim_snprintf(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 07d2c26..b753f17 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1086, +/**/ 1085, /**/ 1084,