commit | 9d32276b52a63fccfae681f0d1d6ccb66efec1c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 16:04:25 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 16:04:25 2018 +0100 |
tree | 59241efa93b04e21ca55900de2eeb6c8b5504426 | |
parent | 02ae9b4a93deea4993d7abe20485f91f1cce5e36 [diff] [blame] |
patch 8.0.1483: searchpair() might return an invalid value on timeout Problem: Searchpair() might return an invalid value on timeout. Solution: When the second search times out, do not accept a match from the first search. (Daniel Hahler, closes #2552)
diff --git a/src/version.c b/src/version.c index 5285565..7e07f77 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1483, +/**/ 1482, /**/ 1481,