comparison src/version.c @ 6963:4bf9538ff25e v7.4.799

patch 7.4.799 Problem: Accessing memory before an allocated block. Solution: Check for not going before the start of a pattern. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 28 Jul 2015 13:33:45 +0200
parents c2b132add309
children 86d43639de31
comparison
equal deleted inserted replaced
6962:c622e7e60aa9 6963:4bf9538ff25e
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 799,
744 /**/ 746 /**/
745 798, 747 798,
746 /**/ 748 /**/
747 797, 749 797,
748 /**/ 750 /**/