comparison src/version.c @ 18685:ff4174f1ed3a v8.1.2334

patch 8.1.2334: possible NULL pointer dereference in popup_locate() Commit: https://github.com/vim/vim/commit/fd318115a5ee813cba69aa7fc7f5f42f08f10ee4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 22 19:22:08 2019 +0100 patch 8.1.2334: possible NULL pointer dereference in popup_locate() Problem: Possible NULL pointer dereference in popup_locate(). (Coverity) Solution: Check for NULL pointer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Nov 2019 19:30:04 +0100
parents 5ed740336224
children 81d34044450f
comparison
equal deleted inserted replaced
18684:713c3edb1147 18685:ff4174f1ed3a
735 NULL 735 NULL
736 }; 736 };
737 737
738 static int included_patches[] = 738 static int included_patches[] =
739 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2334,
740 /**/ 742 /**/
741 2333, 743 2333,
742 /**/ 744 /**/
743 2332, 745 2332,
744 /**/ 746 /**/