commit | 79481367a457951aabd9501b510fd7e3eb29c3d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 20:15:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 20:15:10 2022 +0100 |
tree | d9da93e48e64e913dfb838c76da8d0c0fe72ab62 | |
parent | fee511c1d39ecd155e27545cf70aeaa99d31b215 [diff] [blame] |
patch 8.2.5169: nested :source may use NULL pointer Problem: Nested :source may use NULL pointer. Solution: Do not use the NULL pointer.
diff --git a/src/version.c b/src/version.c index 5ac1cb9..4a7e83f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5169, +/**/ 5168, /**/ 5167,