]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3409: reading beyond end of line with invalid utf-8 character v8.2.3409
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 17:26:53 +0000 (19:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 17:26:53 +0000 (19:26 +0200)
commit65b605665997fad54ef39a93199e305af2fe4d7f
tree2d8c3f5bd283e794dd2c3911b46f9a7485e09365
parentddfc05100a29263a682dd96bb924dfde4354a654
patch 8.2.3409: reading beyond end of line with invalid utf-8 character

Problem:    Reading beyond end of line with invalid utf-8 character.
Solution:   Check for NUL when advancing.
src/regexp_nfa.c
src/testdir/test_regexp_utf8.vim
src/version.c