mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
patch 8.2.3659: integer overflow with large line number
Problem: Integer overflow with large line number. Solution: Check for overflow. (closes #9202)
This commit is contained in:
@@ -688,3 +688,5 @@ EXTERN char e_cannot_expand_sfile_in_vim9_function[]
|
||||
INIT(= N_("E1245: Cannot expand <sfile> in a Vim9 function"));
|
||||
EXTERN char e_cannot_find_variable_to_unlock_str[]
|
||||
INIT(= N_("E1246: Cannot find variable to (un)lock: %s"));
|
||||
EXTERN char e_line_number_out_of_range[]
|
||||
INIT(= N_("E1247: Line number out of range"));
|
||||
|
Reference in New Issue
Block a user