]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3245: the crypt key may appear in a swap partition v8.2.3245
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Jul 2021 18:37:49 +0000 (20:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Jul 2021 18:37:49 +0000 (20:37 +0200)
commit131530a54d0f72b820b027606231744e3a09b9ef
treed288b74f18adb46ab6917e506dc78616fd0463c7
parent41114a2a27047bf1884e092b98c6298c128eb2f0
patch 8.2.3245: the crypt key may appear in a swap partition

Problem:    The crypt key may appear in a swap partition.
Solution:   When using xchaha20 use sodium_mlock(). (Christian Brabandt,
            closes #8657)
src/buffer.c
src/crypt.c
src/errors.h
src/fileio.c
src/memline.c
src/version.c
src/vim.h