1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-06-22 13:51:54 +01:00
parent 12a49408b3
commit 6046aded8d
3 changed files with 10 additions and 2 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5148,
/**/
5147,
/**/