]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3611: crash when using CTRL-W f without finding a file name v8.2.3611
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Nov 2021 18:00:31 +0000 (18:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Nov 2021 18:00:31 +0000 (18:00 +0000)
commit615ddd5342b50a6878a907062aa471740bd9a847
treecfd9016b076095fb8c4aa4b1abace4eb0fcc1578
parenta062006b9de0b2947ab5fb376c6e67ef92a8cd69
patch 8.2.3611: crash when using CTRL-W f without finding a file name

Problem:    Crash when using CTRL-W f without finding a file name.
Solution:   Bail out when the file name length is zero.
src/findfile.c
src/normal.c
src/testdir/test_visual.vim
src/version.c