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/errors.h b/src/errors.h index f54adc7..8241dbf 100644 --- a/src/errors.h +++ b/src/errors.h
@@ -3459,3 +3459,5 @@ EXTERN char e_incomplete_type[] INIT(= N_("E1363: Incomplete type")); #endif +EXTERN char e_warning_pointer_block_corrupted[] + INIT(= N_("E1364: Warning: Pointer block corrupted"));