commit | cdeae99b4ef4d359e4388a72c6d35f9343ce578a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:22:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:22:35 2017 +0200 |
tree | 7a925b3f8a8961e9685e957220a3f70f52de3de2 | |
parent | 9c5589c7cef9bacc41e2c359f60c53ed67c010de [diff] [blame] |
patch 8.0.0758: possible crash when using a terminal window Problem: Possible crash when using a terminal window. Solution: Check for NULL pointers. (Yasuhiro Matsumoto, closes #1864)
diff --git a/src/version.c b/src/version.c index ad2a45d..bfeedcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 758, +/**/ 757, /**/ 756,