commit | 87e1587b8add93e40340170e4261cdadc4c8940e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:53:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:53:07 2021 +0200 |
tree | 9d5094cbba01c59d0b0c229300fa87a0fff82241 | |
parent | 26a4484da20039b61f18d3565a4b4339c4d1f7e3 [diff] [blame] |
patch 8.2.3396: when libcall() fails invalid pointer may be used Problem: When libcall() fails invalid pointer may be used. Solution: Initialize the string to NULL. (Yasuhiro Matsumoto, closes #8829)
diff --git a/src/version.c b/src/version.c index 435affe..3708e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3396, +/**/ 3395, /**/ 3394,