comparison src/version.c @ 14101:c97e9edfc6b4 v8.1.0068

patch 8.1.0068: nasty autocommands can still cause using freed memory commit https://github.com/vim/vim/commit/2f82ca7d79148ae931bf28a747ede06ba8a65de8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 19:22:52 2018 +0200 patch 8.1.0068: nasty autocommands can still cause using freed memory Problem: Nasty autocommands can still cause using freed memory. Solution: Disallow using setloclist() and setqflist() recursively.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 19:30:06 +0200
parents 1157f16150b3
children d053ec57d886
comparison
equal deleted inserted replaced
14100:8729adac8e04 14101:c97e9edfc6b4
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 68,
764 /**/ 766 /**/
765 67, 767 67,
766 /**/ 768 /**/
767 66, 769 66,
768 /**/ 770 /**/