comparison src/version.c @ 6745:7f9a158cf1d9 v7.4.695

patch 7.4.695 Problem: Out-of-bounds read, dectected by Coverity. Solution: Remember the value of cmap for the first matching encoding. Reset cmap to that value if first matching encoding is going to be used. (Eliseo Mart?nez)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 14:45:27 +0200
parents cdddbd63bcfe
children 4c4c8a53347b
comparison
equal deleted inserted replaced
6744:dff4e29c6905 6745:7f9a158cf1d9
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 695,
744 /**/ 746 /**/
745 694, 747 694,
746 /**/ 748 /**/
747 693, 749 693,
748 /**/ 750 /**/