commit | 4e677b9c40ccbc5f090971b31dc2fe07bf05541d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 18:44:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 18:44:27 2022 +0100 |
tree | 80c6f0dd96f2d82b5ebb9fe0b2e36d1fc5a6c1af | |
parent | cb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc [diff] [blame] |
patch 9.0.0101: invalid memory access in diff mode with "dp" and undo Problem: Invalid memory access in diff mode with "dp" and undo. Solution: Make sure the line number does not go below one.
diff --git a/src/version.c b/src/version.c index 9e682a5..1241e98 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 101, +/**/ 100, /**/ 99,