]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2068 v7.4.2068
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 10:33:44 +0000 (12:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 10:33:44 +0000 (12:33 +0200)
commitb9644433d2728e99fab874e5e33147ad95d23a31
treee54ad05240a3009af2bf30c811ab5314ef4268d0
parent16ec3c9be3fcdc38530bddb12978bc5a7b98c0f6
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.
src/Makefile
src/message.c
src/message_test.c
src/version.c