diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-09 16:04:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-09 16:04:25 +0100 |
commit | 9d32276b52a63fccfae681f0d1d6ccb66efec1c0 (patch) | |
tree | 59241efa93b04e21ca55900de2eeb6c8b5504426 /src/version.c | |
parent | 02ae9b4a93deea4993d7abe20485f91f1cce5e36 (diff) | |
download | vim-9d32276b52a63fccfae681f0d1d6ccb66efec1c0.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 528556587..7e07f7735 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1483, +/**/ 1482, /**/ 1481, |