commit | aaf3047de2123ae87811e947ddbaee97593fad57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 14:40:00 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 14:40:00 2015 +0100 |
tree | c1318864f15d38c10aba6158ca6c668adb37a130 | |
parent | 5c27fd100aa5ec587e9d6b2a4a751172b890c837 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 35a7160..7f84aec 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 599, +/**/ 598, /**/ 597,