commit | 5bcc5a1ff94bbab1b175e35a72e3df974106b393 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 22:48:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 22:48:02 2019 +0200 |
tree | b90a4c3a1cae32cc2e68942d6da1802cd827f2b1 | |
parent | d7663c22c6c1ff0f86b81371586fbc851d3a3e9e [diff] [blame] |
patch 8.1.1824: crash when correctly spelled word is very long Problem: Crash when correctly spelled word is very long. (Ben Kraft) Solution: Check word length before copying. (closes #4778)
diff --git a/src/version.c b/src/version.c index ec53de2..53c7a9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1824, +/**/ 1823, /**/ 1822,