comparison src/version.c @ 6765:ec46a5ca1b51 v7.4.704

patch 7.4.704 Problem: Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) Solution: Do not match an invalid byte when search for a character in a string. Fix equivalence classes using negative numbers, which result in illegal bytes.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 14:02:35 +0200
parents e026e4f106a5
children d118a2c541d5
comparison
equal deleted inserted replaced
6764:cf5d9c1e4c8a 6765:ec46a5ca1b51
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 704,
744 /**/ 746 /**/
745 703, 747 703,
746 /**/ 748 /**/
747 702, 749 702,
748 /**/ 750 /**/