commit | 1d859e24218635c57c09801840ff159cb845ae6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 17:24:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 17:24:58 2021 +0100 |
tree | 254578b6b2f1ec08b6e8afc8307bde89d91d691d | |
parent | 5ed58c7b700fcb9fd03c418300145b616f4bdcdd [diff] [blame] |
patch 8.2.2422: crash when deleting with line number out of range Problem: Crash when deleting with line number out of range. (Houyunsong) Solution: Avoid using a negative line number.
diff --git a/src/version.c b/src/version.c index 9709e32..c710be8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2422, +/**/ 2421, /**/ 2420,