]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.593 v7.4.593
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 11:59:55 +0000 (12:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 11:59:55 +0000 (12:59 +0100)
commite0ad365498399c1bd34dd6361b3f7dc38e84e4ca
tree11736866896c182b2783ed496e35628e66db5d3d
parentdf5caa08f62fe67f11e48771f4a5125ebc5a69b3
updated for version 7.4.593
Problem:    Crash when searching for "x\{0,90000}". (Dominique Pelle)
Solution:   Bail out from the NFA engine when the max limit is much higher
            than the min limit.
src/regexp.c
src/regexp_nfa.c
src/version.c
src/vim.h