comparison 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
comparison
equal deleted inserted replaced
22599:2770f748e76e 22600:d5ce7dd60dc1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1848,
753 /**/ 755 /**/
754 1847, 756 1847,
755 /**/ 757 /**/
756 1846, 758 1846,
757 /**/ 759 /**/