comparison src/version.c @ 13066:617112037564 v8.0.1408

patch 8.0.1408: crash in setqflist() commit https://github.com/vim/vim/commit/a0ca7d002d4efcf4bce0af6943146a339677ed3d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 19 10:22:19 2017 +0100 patch 8.0.1408: crash in setqflist() Problem: Crash in setqflist(). Solution: Check for string to be NULL. (Dominique Pelle, closes https://github.com/vim/vim/issues/2464)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2017 10:30:05 +0100
parents dc160dbdcfe2
children 63fdea6e9c6c
comparison
equal deleted inserted replaced
13065:c576bdd0edfa 13066:617112037564
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 1408,
774 /**/ 776 /**/
775 1407, 777 1407,
776 /**/ 778 /**/
777 1406, 779 1406,
778 /**/ 780 /**/