]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0025: accessing beyond allocated memory with the cmdline window v9.0.0025
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 12:43:21 +0000 (13:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 12:43:21 +0000 (13:43 +0100)
commitc6fdb15d423df22e1776844811d082322475e48a
treedef7bf00a0c576aae589520523797dbc06c3675d
parentaf043e12d9e5869c597de40b9a2517ae97ac72e7
patch 9.0.0025: accessing beyond allocated memory with the cmdline window

Problem:    Accessing beyond allocated memory when using the cmdline window in
            Ex mode.
Solution:   Use "*" instead of "'<,'>" for Visual mode.
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c