commit | ac6cd31afcbdd08bfa92ca33f7d4ce5773ba4353 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Apr 12 16:21:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 12 16:21:14 2023 +0100 |
tree | 3f9358e8fd2a2cf3450a79b7aa184d9224d6845d | |
parent | 05a627c3d4e42a18f76c14828d68ee4747118211 [diff] [blame] |
patch 9.0.1444: crash when passing NULL to setcmdline() Problem: Crash when passing NULL to setcmdline(). (Andreas Louv) Solution: Use tv_get_string() instead of using v_string directly. (closes #12231, closes #12227)
diff --git a/src/version.c b/src/version.c index eba3db4..b5df8c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1444, +/**/ 1443, /**/ 1442,