]> granicus.if.org Git - vim/commit
patch 8.1.0056: crash when using :hardcopy with illegal byte v8.1.0056
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 12:44:11 +0000 (14:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 12:44:11 +0000 (14:44 +0200)
commit43dee181f596c81b99e200b6cdfeb02ecfed42c8
tree68c29c214922451c7113393d00a80f9b19b0f717
parent52d3aaeea4c85406f46e2051729e4f007f83b35e
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)
src/hardcopy.c
src/testdir/test_hardcopy.vim
src/version.c