comparison src/version.c @ 13250:fc33325c91c1 v8.0.1499

patch 8.0.1499: out-of-memory situation not correctly handled commit https://github.com/vim/vim/commit/4b7e7bed6cb16c8256e6973418701cfb15b30b8e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 11 14:53:30 2018 +0100 patch 8.0.1499: out-of-memory situation not correctly handled Problem: Out-of-memory situation not correctly handled. (Coverity) Solution: Check for NULL value.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2018 15:00:06 +0100
parents 5958573d8a72
children 66b8b29854d9
comparison
equal deleted inserted replaced
13249:75a0fef55558 13250:fc33325c91c1
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1499,
774 /**/ 776 /**/
775 1498, 777 1498,
776 /**/ 778 /**/
777 1497, 779 1497,
778 /**/ 780 /**/