comparison src/version.c @ 7152:cbdc02d71a18 v7.4.887

commit https://github.com/vim/vim/commit/c2b717ebd6719e722dcb5f10e4c74033a53ff7c7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 29 15:06:14 2015 +0200 patch 7.4.887 Problem: Using uninitialized memory for regexp with back reference. (Dominique Pelle) Solution: Initialize end_lnum.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Sep 2015 15:15:04 +0200
parents 46390681bd80
children a01294e1c02f
comparison
equal deleted inserted replaced
7151:68143a4e27e7 7152:cbdc02d71a18
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 887,
744 /**/ 746 /**/
745 886, 747 886,
746 /**/ 748 /**/
747 885, 749 885,
748 /**/ 750 /**/