1
0
forked from aniani/vim

patch 9.0.0804: crash when trying to divide a number by -1

Problem:    Crash when trying to divice the largest negative number by -1.
Solution:   Handle this case specifically.
This commit is contained in:
Bram Moolenaar
2022-10-20 14:17:18 +01:00
parent 43625762a9
commit cdef1cefa2
3 changed files with 15 additions and 1 deletions

View File

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