comparison src/version.c @ 20542:dd3165956464 v8.2.0825

patch 8.2.0825: def_function() may return pointer that was freed Commit: https://github.com/vim/vim/commit/a14e6975478adeddcc2161edc1ec611016aa89f3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 25 23:29:28 2020 +0200 patch 8.2.0825: def_function() may return pointer that was freed Problem: def_function() may return pointer that was freed. Solution: Set "fp" to NULL after freeing it.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 May 2020 23:30:03 +0200
parents 193c0446cf28
children e8132bec4b0f
comparison
equal deleted inserted replaced
20541:fa41a7fbaf5c 20542:dd3165956464
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 825,
749 /**/ 751 /**/
750 824, 752 824,
751 /**/ 753 /**/
752 823, 754 823,
753 /**/ 755 /**/