]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1136 v7.4.1136
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:31:20 +0000 (14:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:31:20 +0000 (14:31 +0100)
commitda5dcd936656f524dd0ae7cb2685245f07f5720f
tree7d90cdd1743d579bac2bddcfe8c0cfbdafda348c
parent301417041bdb15264a9c8ff20e4fea4dcc12c478
patch 7.4.1136
Problem:    Wrong argument to assert_exception() causes a crash. (reported by
            Coverity)
Solution:   Check for NULL pointer.  Add a test.
src/eval.c
src/testdir/test_assert.vim
src/version.c