commit | 1540d334a04d874c2aa9d26b82dbbcd4bc5a78de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 15:20:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 15:20:26 2022 +0100 |
tree | 6acc5457c4385a4357b5a1640e501d2ce929eae6 | |
parent | fd7e60a33ddd83a82da4eb6267f1c12fa926f32b [diff] [blame] |
patch 9.0.0404: crash when passing invalid arguments to assert_fails() Problem: Crash when passing invalid arguments to assert_fails(). Solution: Check for NULL string.
diff --git a/src/version.c b/src/version.c index db1a1de..36ce07e 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 404, +/**/ 403, /**/ 402,