commit | 15ee567809a9808693163dd7c357ef0c172ecc9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 14:35:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 14:35:02 2019 +0200 |
tree | 671f35bb6a72040d2427b518da6d96db4d43436a | |
parent | afbdb905c37675851e79d21239f502cd8e4ced9e [diff] [blame] |
patch 8.1.2178: accessing uninitialized memory in test Problem: Accessing uninitialized memory in test. Solution: Check if there was a match before using the match position. (Dominique Pelle, closes #5088)
diff --git a/src/version.c b/src/version.c index f96160e..6a58b3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2178, +/**/ 2177, /**/ 2176,