]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt v9.0.1669
authorChristian Brabandt <cb@256bit.org>
Tue, 27 Jun 2023 17:57:10 +0000 (18:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jun 2023 17:57:10 +0000 (18:57 +0100)
commit19e6c4fd2d262075d39cb802ea5b85f5ec92f153
treea550dc395cbf1f136c384e0fddfe12dbcd4831e3
parent0256d76a3392aef270b38d1cf7633008e45c2003
patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt

Problem:    Crash syncing swapfile in new buffer when using sodium crypt.
            (James McCoy)
Solution:   Add checks for sodium encryption. (Christian Brabandt,
            closes #12591, closes #12585)
src/crypt.c
src/memline.c
src/optionstr.c
src/proto/crypt.pro
src/testdir/test_crypt.vim
src/version.c