commit | b67ba03d3ef2e6c5f207d508e85fc6906f938028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 21:14:26 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 21:14:26 2023 +0100 |
tree | ec9c376833880f135b7391e2db774e5509996788 | |
parent | e7f05a8780426dc7af247419c6d02d5f1e896689 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1ffff63..c94a503 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1477, +/**/ 1476, /**/ 1475,