1
0
forked from aniani/vim

patch 8.1.0565: asan complains about reading before allocated block

Problem:    Asan complains about reading before allocated block.
Solution:   Workaround: Avoid offset from becoming negative.
This commit is contained in:
Bram Moolenaar
2018-12-05 19:46:07 +01:00
parent 88b53fd052
commit 10600db772
2 changed files with 4 additions and 1 deletions

View File

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