commit | a14e6975478adeddcc2161edc1ec611016aa89f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 25 23:29:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 25 23:29:28 2020 +0200 |
tree | 91d67e43f4bc17c7787d26b18e0f3b835a6cd703 | |
parent | 1919371b2b9ddb1a645f40b59adbd89317530882 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ce5f627..5ccbfad 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 825, +/**/ 824, /**/ 823,