comparison src/version.c @ 3812:f86619764a1e v7.3.664

updated for version 7.3.664 Problem: Buffer overflow in unescaping text. (Raymond Ko) Solution: Limit check for multi-byte character to 4 bytes.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Sep 2012 18:03:37 +0200
parents 2a200527131f
children 35939e1e25ff
comparison
equal deleted inserted replaced
3811:996f1a928627 3812:f86619764a1e
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 664,
722 /**/ 724 /**/
723 663, 725 663,
724 /**/ 726 /**/
725 662, 727 662,
726 /**/ 728 /**/