comparison src/version.c @ 17795:9c15c85db5d8 v8.1.1894

patch 8.1.1894: not checking for out-of-memory of autoload_name() commit https://github.com/vim/vim/commit/1058c9d9b5815467182d487f10f6dd71385cb796 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 20 21:58:00 2019 +0200 patch 8.1.1894: not checking for out-of-memory of autoload_name() Problem: Not checking for out-of-memory of autoload_name(). Solution: Check for NULL. (Dominique Pelle, closes https://github.com/vim/vim/issues/4846)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Aug 2019 22:00:03 +0200
parents 7f95fa061abc
children ec1717981acf
comparison
equal deleted inserted replaced
17794:b12378999d97 17795:9c15c85db5d8
763 NULL 763 NULL
764 }; 764 };
765 765
766 static int included_patches[] = 766 static int included_patches[] =
767 { /* Add new patch number below this line */ 767 { /* Add new patch number below this line */
768 /**/
769 1894,
768 /**/ 770 /**/
769 1893, 771 1893,
770 /**/ 772 /**/
771 1892, 773 1892,
772 /**/ 774 /**/