commit | 15618fa643867cf0d9c31f327022a22dff78a0cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:37:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:37:13 2017 +0100 |
tree | 3b2d9c7ea41f496aafba01b1dc9091539e95c282 | |
parent | 81b9d0bd5c705815e903e671e81b0b05828efd9c [diff] [blame] |
patch 8.0.0493: crash with cd command with very long argument Problem: Crash with cd command with very long argument. Solution: Check for running out of space. (Dominique pending, closes #1576)
diff --git a/src/version.c b/src/version.c index 75afd62..72516f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 493, +/**/ 492, /**/ 491,