commit | 6046aded8da002b08d380db29de2ba0268b6616e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 13:51:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 13:51:54 2022 +0100 |
tree | 6e39a70e4151f0e53544f2aaf276c036a4679289 | |
parent | 12a49408b3d60a55b1e098f97d3f1127a75fb3bf [diff] [blame] |
patch 8.2.5148: invalid memory access when using expression on command line Problem: Invalid memory access when using an expression on the command line. Solution: Make sure the position does not go negative.
diff --git a/src/version.c b/src/version.c index 35024fb..e567a3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5148, +/**/ 5147, /**/ 5146,