comparison src/version.c @ 18947:d6c7b2f9aa20 v8.2.0034

patch 8.2.0034: missing check for out of memory Commit: https://github.com/vim/vim/commit/70188f5b23ea7efec7adaf74e0af797d1bb1afe8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 23 18:18:52 2019 +0100 patch 8.2.0034: missing check for out of memory Problem: Missing check for out of memory. Solution: Check for NULL after vim_strsave(). (Dominique Pelle, closes #5393)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Dec 2019 18:30:04 +0100
parents c62d63d2b9f0
children 5c405689da3e
comparison
equal deleted inserted replaced
18946:59c8d375c1ec 18947:d6c7b2f9aa20
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 34,
745 /**/ 747 /**/
746 33, 748 33,
747 /**/ 749 /**/
748 32, 750 32,
749 /**/ 751 /**/