commit | 5b276aa80e112ae1993bd43e28f599f257827c54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 23:49:52 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 23:49:52 2017 +0200 |
tree | eeab3f5b2d7834c7755e1cc74e3245567308714e | |
parent | 94be619e30e82d28cadeea5e0766c6f5c321ff8b [diff] [blame] |
patch 8.0.0582: illegal memory access with z= command Problem: Illegal memory access with z= command. (Dominique Pelle) Solution: Avoid case folded text to be longer than the original text. Use MB_PTR2LEN() instead of MB_BYTE2LEN().
diff --git a/src/version.c b/src/version.c index 3f74d6e..0533f57 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 582, +/**/ 581, /**/ 580,