1
0
forked from aniani/vim

patch 8.2.1962: netbeans may access freed memory

Problem:    Netbeans may access freed memory.
Solution:   Check the buffer pointer is still valid.  Add a test. (Yegappan
            Lakshmanan, closes #7248)
This commit is contained in:
Bram Moolenaar
2020-11-06 13:44:21 +01:00
parent 85d9b03f84
commit 32e5ec0b01
3 changed files with 49 additions and 9 deletions

View File

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