]> granicus.if.org Git - vim/commit
patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo file v8.2.3063
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Jun 2021 12:08:24 +0000 (14:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Jun 2021 12:08:24 +0000 (14:08 +0200)
commit65aee0b714e809b9f19862f3decd35055ed4de10
tree9aaa368563c0481d5a14e29689cc856370e2fba9
parent4cd5c52d64a66ad1984d33462a40e0c6721ca232
patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo file

Problem:    Crash when switching 'cryptmethod' to xchaha20 with an existing
            undo file. (Martin Tournoij)
Solution:   Disable reading undo file when decoding can't be done inplace.
            (issue #8467)
src/bufwrite.c
src/fileio.c
src/version.c