Re: [patch] fixed crash: do_put() calls STRLEN with NULL pointer

2016-09-08 Fir de Conversatie Bram Moolenaar
Dominique wrote: > The attached bug.vim script causes a crash in Vim-7.4.2343: > > $ vim -u NONE -N -S bug.vim > Vim: Caught deadly signal SEGV > Segmentation fault (core dumped) > > The crash was introduced by recent patch Vim-7.4.2326: > > === > commit

[patch] fixed crash: do_put() calls STRLEN with NULL pointer

2016-09-07 Fir de Conversatie Dominique Pellé
Hi The attached bug.vim script causes a crash in Vim-7.4.2343: $ vim -u NONE -N -S bug.vim Vim: Caught deadly signal SEGV Segmentation fault (core dumped) The crash was introduced by recent patch Vim-7.4.2326: === commit d5824ce1b5491df7d2eb0b66189d366fa67b4585 Author: Bram Moolenaar