1
0
forked from aniani/vim

patch 8.1.0613: when executing an insecure function the secure flag is stuck

Problem:    When executing an insecure function the secure flag is stuck.
            (Gabriel Barta)
Solution:   Restore "secure" instead of decrementing it. (closes #3705)
This commit is contained in:
Bram Moolenaar
2018-12-21 13:03:28 +01:00
parent 9d302ad4e3
commit 48f377a476
4 changed files with 34 additions and 12 deletions

View File

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