]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5120: searching for quotes may go over the end of the line v8.2.5120
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2022 10:22:40 +0000 (11:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2022 10:22:40 +0000 (11:22 +0100)
commit2f074f4685897ab7212e25931eeeb0212292829f
treebf4075b33297302f845313498e02334108d94660
parent2ff7e7e16db4791ec3fe45766120552ece42e8a6
patch 8.2.5120: searching for quotes may go over the end of the line

Problem:    Searching for quotes may go over the end of the line.
Solution:   Check for running into the NUL.
src/textobject.c
src/version.c