]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0493: crash with cd command with very long argument v8.0.0493
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 20:37:13 +0000 (21:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 20:37:13 +0000 (21:37 +0100)
commit15618fa643867cf0d9c31f327022a22dff78a0cf
tree3b2d9c7ea41f496aafba01b1dc9091539e95c282
parent81b9d0bd5c705815e903e671e81b0b05828efd9c
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)
src/Makefile
src/misc2.c
src/testdir/test_alot.vim
src/testdir/test_cd.vim [new file with mode: 0644]
src/version.c