commit | 74f8eece5e481220e3c0767487c0bb59fa916ed6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 19:10:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 19:10:56 2020 +0200 |
tree | 53821a3ba3698d4f33955caf6dc228a70db70f11 | |
parent | 209f0208f7831c6ab8f3f1cab473cb21e7985fc3 [diff] [blame] |
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 #7132)
diff --git a/src/version.c b/src/version.c index b95e0e9..b0fe5e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1848, +/**/ 1847, /**/ 1846,