1
0
forked from aniani/vim

patch 8.0.0597: off-by-one error in size computation

Problem:    Off-by-one error in buffer size computation.
Solution:   Use ">=" instead of ">". (Lemonboy, closes #1694)
This commit is contained in:
Bram Moolenaar
2017-05-15 08:45:13 +02:00
parent 4475b62396
commit 253f912877
2 changed files with 5 additions and 3 deletions

View File

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