commit | 9c24cd11e2048e16e25271a7a7dbef4593890a18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 15:40:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 15:40:39 2020 +0200 |
tree | 27342cc41ee5c10f145c181e45b5d48cc7d49b83 | |
parent | 683581eb4980eda27d6438caab85c0a9cf551c24 [diff] [blame] |
patch 8.2.1892: valgrind warns for using uninitialized access in tests Problem: Valgrind warns for using uninitialized access in tests. Solution: Fix condition for breaking out of loop. (Dominique Pellé, closes #7187)
diff --git a/src/version.c b/src/version.c index 4b27b16..297d5b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1892, +/**/ 1891, /**/ 1890,