commit | 658a3a2caf5852d071b6b1be92d9d6614a6208dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 22:27:12 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 22:27:12 2017 +0200 |
tree | c78aa94abed7966b0b6c69fe2b56d720e6d91666 | |
parent | 13489b9c41922b9ecb16fa47564ec76641515c08 [diff] [blame] |
patch 8.0.0530: buffer overflow when 'columns' is very big Problem: Buffer overflow when 'columns' is very big. (Nikolai Pavlov) Solution: Correctly compute where to truncate. Fix translation. (closes #1600)
diff --git a/src/version.c b/src/version.c index 82510cd..16ebc87 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 530, +/**/ 529, /**/ 528,