comparison src/version.c @ 15273:19272aa12962 v8.1.0645

patch 8.1.0645: Coverity warns for possible use of NULL pointer commit https://github.com/vim/vim/commit/06d626032330dc79825004f9cba7d154c9c90cbc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 21:27:03 2018 +0100 patch 8.1.0645: Coverity warns for possible use of NULL pointer Problem: Coverity warns for possible use of NULL pointer. Solution: Check return value of vterm_obtain_screen().
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Dec 2018 21:30:06 +0100
parents a6319aca721b
children b408509d8292
comparison
equal deleted inserted replaced
15272:0cbbf3874dd4 15273:19272aa12962
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 645,
802 /**/ 804 /**/
803 644, 805 644,
804 /**/ 806 /**/
805 643, 807 643,
806 /**/ 808 /**/