]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.599 v7.4.599
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 13:40:00 +0000 (14:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 13:40:00 +0000 (14:40 +0100)
commitaaf3047de2123ae87811e947ddbaee97593fad57
treec1318864f15d38c10aba6158ca6c668adb37a130
parent5c27fd100aa5ec587e9d6b2a4a751172b890c837
updated for version 7.4.599
Problem:    Out-of-memory error.
Solution:   Avoid trying to allocate a negative amount of memory, use size_t
            instead of int. (Dominique Pelle)
src/regexp_nfa.c
src/version.c