]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0737: crash when X11 selection is very big v8.0.0737
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 17:55:58 +0000 (19:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 17:55:58 +0000 (19:55 +0200)
commitcdb7e1b7f9e18a7b165ff09103a9994f84966123
tree7c4cda3abde0d0b1b3d821c7fb825c99512c0dc7
parent04f62f881c5743d2fdaf7324f6a715381f0d5fcf
patch 8.0.0737: crash when X11 selection is very big

Problem:    Crash when X11 selection is very big.
Solution:   Use static items instead of allocating them.  Add callbacks.
            (Ozaki Kiichi)
src/testdir/shared.vim
src/testdir/test_quotestar.vim
src/ui.c
src/version.c