Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.2.3659: integer overflow with large line number | zeertzjq | 2022-02-18 |
Problem: Integer overflow with large line number. Solution: Check for overflow. (closes vim/vim#9202) https://github.com/vim/vim/commit/03725c5795ae5b8c14da4a39cd0ce723c6dd4304 Put E1247 in globals.h as E1240 is also there. Do not make getdigits() abort. |