]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1477: crash when recovering from corrupted swap file v9.0.1477
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2023 20:14:26 +0000 (21:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2023 20:14:26 +0000 (21:14 +0100)
commitb67ba03d3ef2e6c5f207d508e85fc6906f938028
treeec9c376833880f135b7391e2db774e5509996788
parente7f05a8780426dc7af247419c6d02d5f1e896689
patch 9.0.1477: crash when recovering from corrupted swap file

Problem:    Crash when recovering from corrupted swap file.
Solution:   Check for a valid page count. (closes #12275)
src/errors.h
src/memfile.c
src/memline.c
src/testdir/test_recover.vim
src/version.c