comparison src/version.c @ 15207:6ab9c18708c4 v8.1.0613

patch 8.1.0613: when executing an insecure function the secure flag is stuck commit https://github.com/vim/vim/commit/48f377a476e4a3312aa0e3535aba170484b59483 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 13:03:28 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 13:15:05 +0100
parents 54d2905bd5ab
children 3a99b2e6d136
comparison
equal deleted inserted replaced
15206:97c8d522a3ec 15207:6ab9c18708c4
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 613,
802 /**/ 804 /**/
803 612, 805 612,
804 /**/ 806 /**/
805 611, 807 611,
806 /**/ 808 /**/