commit | a3d10a508c404a32485adc86284725e0bdc5b602 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 18:24:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 18:24:00 2020 +0100 |
tree | 0b12449a963214d2826c741968e16aba20a565ec | |
parent | 6f17a3f0237302b82cc31fb889d9094b51856948 [diff] [blame] |
patch 8.2.2181: valgrind warnings for using uninitialized value Problem: Valgrind warnings for using uninitialized value. Solution: Do not use "start" or "end" unless there is a match.
diff --git a/src/version.c b/src/version.c index 07edd0c..04951e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2181, +/**/ 2180, /**/ 2179,