comparison src/version.c @ 18243:463da8586749 v8.1.2116

patch 8.1.2116: no check for out of memory Commit: https://github.com/vim/vim/commit/1671de3098b7ab663398dd694b314e7f67a93411 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 5 21:35:16 2019 +0200 patch 8.1.2116: no check for out of memory Problem: No check for out of memory. Solution: Check for NULL pointer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Oct 2019 21:45:04 +0200
parents 85160a3649b9
children 1f5571e7f012
comparison
equal deleted inserted replaced
18242:0d7e8480d1c5 18243:463da8586749
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2116,
756 /**/ 758 /**/
757 2115, 759 2115,
758 /**/ 760 /**/
759 2114, 761 2114,
760 /**/ 762 /**/