comparison src/version.c @ 6787:5caf46fd6e24 v7.4.715

patch 7.4.715 Problem: Invalid memory access when there are illegal bytes. Solution: Get the length from the text, not from the character. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 10:33:15 +0200
parents de90405940be
children 874c953aca49
comparison
equal deleted inserted replaced
6786:51fbaeb82b0b 6787:5caf46fd6e24
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 715,
744 /**/ 746 /**/
745 714, 747 714,
746 /**/ 748 /**/
747 713, 749 713,
748 /**/ 750 /**/