summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-15 19:10:56 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-15 19:10:56 +0200
commit74f8eece5e481220e3c0767487c0bb59fa916ed6 (patch)
tree53821a3ba3698d4f33955caf6dc228a70db70f11 /src/version.c
parent209f0208f7831c6ab8f3f1cab473cb21e7985fc3 (diff)
patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848
Problem: Crashyyyyy passing a NULL string or list to popup_settext(). Solution: Check for NULL pointers. (closes #7132)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b95e0e9921..b0fe5e8e15 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1848,
+/**/
1847,
/**/
1846,