]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4261: accessing invalid memory in a regular expression v8.2.4261
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Jan 2022 16:42:56 +0000 (16:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Jan 2022 16:42:56 +0000 (16:42 +0000)
commit679d66c2d21dfe03d0f89b9a818b0aaebb4c3b87
treec9b166bba7deb0ed0f4f7f8974f4bf3a7079cf4f
parent848faddb870f3ba4d84fcacd1cccb5cdbbfd9c41
patch 8.2.4261: accessing invalid memory in a regular expression

Problem:    Accessing invalid memory when a regular expression checks the
            Visual area while matching in a string.
Solution:   Do not try matching the Visual area in a string.
src/regexp.c
src/testdir/test_help.vim
src/version.c