commit | da5dcd936656f524dd0ae7cb2685245f07f5720f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:31:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:31:20 2016 +0100 |
tree | 7d90cdd1743d579bac2bddcfe8c0cfbdafda348c | |
parent | 301417041bdb15264a9c8ff20e4fea4dcc12c478 [diff] [blame] |
patch 7.4.1136 Problem: Wrong argument to assert_exception() causes a crash. (reported by Coverity) Solution: Check for NULL pointer. Add a test.
diff --git a/src/version.c b/src/version.c index 843e741..30e6068 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1136, +/**/ 1135, /**/ 1134,