commit | 43dee181f596c81b99e200b6cdfeb02ecfed42c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 14:44:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 14:44:11 2018 +0200 |
tree | 68c29c214922451c7113393d00a80f9b19b0f717 | |
parent | 52d3aaeea4c85406f46e2051729e4f007f83b35e [diff] [blame] |
patch 8.1.0056: crash when using :hardcopy with illegal byte Problem: Crash when using :hardcopy with illegal byte. Solution: Check for string_convert() returning NULL. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 8d58649..bd8efaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 56, +/**/ 55, /**/ 54,