]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0745: Crash with truncated spellfile v9.2.0745
authorChristian Brabandt <cb@256bit.org>
Sun, 28 Jun 2026 18:49:06 +0000 (18:49 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Jun 2026 18:49:06 +0000 (18:49 +0000)
commit488a3eed12923684300a8feede7bc5320c58d844
tree742ac949b720d4b2b1bf4ed02642b64d959b6642
parent2c363111ecc03915372ca1ff1e2ccc1656532499
patch 9.2.0745: Crash with truncated spellfile

Problem:  Crash when reading truncated spellfile (MarkLee131)
Solution: Set sl_sofo to TRUE in set_sofo() once sl_sal has been
          converted to the soundfold layout.

Supported by AI.

closes: #20660

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/spellfile.c
src/testdir/test_spellfile.vim
src/version.c