comparison src/version.c @ 13497:23ae1853abbb v8.0.1622

patch 8.0.1622: possible NULL pointer dereference commit https://github.com/vim/vim/commit/6ed86ad170b60517eeddb54c2b22fdc888a22c0b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 13:30:42 2018 +0100 patch 8.0.1622: possible NULL pointer dereference Problem: Possible NULL pointer dereferencey. (Coverity) Solution: Reverse the check for a NULL pointer.
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 13:45:06 +0100
parents 459c4b29b6c1
children 661394686fd8
comparison
equal deleted inserted replaced
13496:b6d15fce31b1 13497:23ae1853abbb
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1622,
769 /**/ 771 /**/
770 1621, 772 1621,
771 /**/ 773 /**/
772 1620, 774 1620,
773 /**/ 775 /**/