]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0698: [security]: Out-of-bounds write with soundfold() v9.2.0698
authorChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 19:20:03 +0000 (19:20 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 19:20:03 +0000 (19:20 +0000)
commit497f931f85339d175d7f69588dd249e8ccfed41b
tree1d993faa31d1ff32dbb84537e42221ee51a65895
parentf83e00b7f8d36821b3b589714c0f69716735a9bf
patch 9.2.0698: [security]: Out-of-bounds write with soundfold()

Problem:  [security]: Out-of-bounds write with soundfold()
          (cipher-creator)
Solution: Add an abort condition to the for loop to validate the buffer
          size.

Github Security Advisory:
https://github.com/vim/vim/security/advisories/GHSA-q8mh-6qm3-25g4

Supported by AI

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