comparison src/version.c @ 7062:6deb9d802fe4 v7.4.843

commit https://github.com/vim/vim/commit/d43f0951bca162d4491d57df9277b5dbc462944f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 22:30:47 2015 +0200 patch 7.4.843 Problem: Still possible to go beyond the end of a string. Solution: Check for NUL also in second string. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Aug 2015 22:45:03 +0200
parents 41ccc6f95954
children 5fc5c5bf2233
comparison
equal deleted inserted replaced
7061:5c01a7ba3f46 7062:6deb9d802fe4
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 843,
744 /**/ 746 /**/
745 842, 747 842,
746 /**/ 748 /**/
747 841, 749 841,
748 /**/ 750 /**/