comparison src/version.c @ 13908:b7ca1a8db3e8 v8.0.1825

patch 8.0.1825: might use NULL pointer when out of memory commit https://github.com/vim/vim/commit/dd1d7be4e6691f447667a8217844a3b2561203be Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 21:34:58 2018 +0200 patch 8.0.1825: might use NULL pointer when out of memory Problem: Might use NULL pointer when out of memory. (Coverity) Solution: Handle NULL pointer better.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 21:45:05 +0200
parents 0ae89b121c58
children 9ae15cd46d84
comparison
equal deleted inserted replaced
13907:40befa728594 13908:b7ca1a8db3e8
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1825,
764 /**/ 766 /**/
765 1824, 767 1824,
766 /**/ 768 /**/
767 1823, 769 1823,
768 /**/ 770 /**/