commit | 294a7e55b01149154807a23323038784549b8946 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 19:39:38 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 19:39:38 2015 +0100 |
tree | 63d78d7e35a5c2100c97ae878a88949fb860af6d | |
parent | 6040256d8b0404564ac6f192296b12ea9d175e7d [diff] [blame] |
patch 7.4.936 Problem: Crash when dragging with the mouse. Solution: Add safety check for NULL pointer. Check mouse position for valid value. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index dafc391..9f0cfbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 936, +/**/ 935, /**/ 934,