diff src/version.c @ 22600:d5ce7dd60dc1 v8.2.1848

patch 8.2.1848: crash when passing a NULL string or list to popup_settext() Commit: https://github.com/vim/vim/commit/74f8eece5e481220e3c0767487c0bb59fa916ed6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 15 19:10:56 2020 +0200 patch 8.2.1848: crash when passing a NULL string or list to popup_settext() Problem: Crashyyyyy passing a NULL string or list to popup_settext(). Solution: Check for NULL pointers. (closes https://github.com/vim/vim/issues/7132)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Oct 2020 19:15:03 +0200
parents c7ef64b85e9b
children 2c77ec32deeb
line wrap: on
line diff
--- 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,