comparison src/version.c @ 22508:ac8c4a8b8cba v8.2.1802

patch 8.2.1802: Vim9: crash with unterminated dict Commit: https://github.com/vim/vim/commit/44aefffaad067886d266999cd17cf852b2a7e0b9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 5 19:23:59 2020 +0200 patch 8.2.1802: Vim9: crash with unterminated dict Problem: Vim9: crash with unterminated dict. (Dhiraj Mishra) Solution: Return empty string instead of NULL. (closes https://github.com/vim/vim/issues/7084)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Oct 2020 19:30:04 +0200
parents a6fe2e1ad5b0
children 7060df0b8ebf
comparison
equal deleted inserted replaced
22507:d224034e6124 22508:ac8c4a8b8cba
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 1802,
753 /**/ 755 /**/
754 1801, 756 1801,
755 /**/ 757 /**/
756 1800, 758 1800,
757 /**/ 759 /**/