commit | e1be11864d1f4383171e3af3eb77e61d41140c4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 13:30:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 13:30:51 2020 +0200 |
tree | 01dfac1353fe9675e41e0884d1501a2a8fc57fe7 | |
parent | 210681c5090266af1a41a77e0fe64838a69993fb [diff] [blame] |
patch 8.2.1896: valgrind warns for using uninitialized memory Problem: Valgrind warns for using uninitialized memory. Solution: NUL terminate the SmcOpenConnection() error message. (Dominique Pellé, closes #7194)
diff --git a/src/version.c b/src/version.c index e445117..a1ee33e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1896, +/**/ 1895, /**/ 1894,