commit | 61be376337b0374d55a4b1d8206b2ec87ca54252 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 23:04:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 19 23:04:17 2019 +0100 |
tree | b1507c60e2ecad8784c09295123e7914fb967bf7 | |
parent | e142a9467a7f6845a426d8db6efedf246d3c13ac [diff] [blame] |
patch 8.1.1023: may use NULL pointer when indexing a blob Problem: May use NULL pointer when indexing a blob. (Coverity) Solution: Break out of loop after using index on blob
diff --git a/src/version.c b/src/version.c index 969b874..60aee66 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1023, +/**/ 1022, /**/ 1021,