commit | d43f0951bca162d4491d57df9277b5dbc462944f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:30:47 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:30:47 2015 +0200 |
tree | 991fb61c507ad6a26a63b735118c07ca442e93f4 | |
parent | cdf0442d009ea97fad06d72231f7de309c75205a [diff] [blame] |
patch 7.4.843 Problem: Still possible to go beyond the end of a string. Solution: Check for NUL also in second string. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 37df414..215e03b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 843, +/**/ 842, /**/ 841,