commit | 54c10ccf9274880e83093a99690e7bfa9a2d2fa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 25 22:00:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 22:00:11 2016 +0200 |
tree | 94a7aacea4e6430c1ccb441fa830385be10d6ce2 | |
parent | f8df45d84f1d17dced23e185d4835fc23406d73d [diff] [blame] |
patch 7.4.1846 Problem: Ubsan detects a multiplication overflow. Solution: Don't use orig_mouse_time when it's zero. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 898ad79..20267a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1846, +/**/ 1845, /**/ 1844,