commit | b9644433d2728e99fab874e5e33147ad95d23a31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 12:33:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 12:33:44 2016 +0200 |
tree | e54ad05240a3009af2bf30c811ab5314ef4268d0 | |
parent | 16ec3c9be3fcdc38530bddb12978bc5a7b98c0f6 [diff] [blame] |
patch 7.4.2068 Problem: Not all arguments of trunc_string() are tested. Memory access error when running the message tests. Solution: Add another test case. (Yegappan Lakshmanan) Make it easy to run unittests with valgrind. Fix the access error.
diff --git a/src/version.c b/src/version.c index 55a99be..6f80d19 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2068, +/**/ 2067, /**/ 2066,