commit | c67c89c7589253215d57bad588edcf83a9403560 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 16:39:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 16:39:44 2022 +0000 |
tree | 1125e11fda971572669020d565ed5c872d75130b | |
parent | c96b7f5d2af241c5eb1589e9da3dc09e45355e65 [diff] [blame] |
patch 9.0.0991: crash when reading help index with various options set Problem: Crash when reading help index with various options set. (Marius Gedminas) Solution: Do not set wlv.c_extra to NUL when wlv.p_extra is NULL. (closes #11651)
diff --git a/src/version.c b/src/version.c index f9b1e6c..07a6093 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 991, +/**/ 990, /**/ 989,