]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0240: crash when using ":mkspell" with an empty .dic file v9.0.0240
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 19:33:47 +0000 (20:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 19:33:47 +0000 (20:33 +0100)
commit6669de1b235843968e88844ca6d3c8dec4b01a9e
tree2b56a9877d1e6215bb6f50660a3e9ee84fffc786
parent8884916043a4d517ff1cf3afb8c8a424a8ef3610
patch 9.0.0240: crash when using ":mkspell" with an empty .dic file

Problem:    Crash when using ":mkspell" with an empty .dic file.
Solution:   Check for an empty word tree.
src/spellfile.c
src/testdir/test_spellfile.vim
src/version.c