vim-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.

d82a2a990b
This commit is contained in:
Jurica Bradaric
2016-01-23 14:32:52 +01:00
parent 4172ce4eb0
commit ee56470157
3 changed files with 58 additions and 52 deletions

View File

@@ -420,7 +420,7 @@ static int included_patches[] = {
707,
706,
// 705 NA
// 704,
704,
// 703 NA
702,
// 701 NA