]> granicus.if.org Git - vim/commit
patch 9.0.0105: illegal memory access when pattern starts with illegal byte v9.0.0105
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2022 15:22:25 +0000 (16:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2022 15:22:25 +0000 (16:22 +0100)
commitf50940531dd57135fe60aa393ac9d3281f352d88
tree4c3b08270d0b6034ff8452dd490d00472163f1e2
parent1e56bda9048a9625bce6e660938c834c5c15b07d
patch 9.0.0105: illegal memory access when pattern starts with illegal byte

Problem:    Illegal memory access when pattern starts with illegal byte.
Solution:   Do not match a character with an illegal byte.
src/regexp.c
src/testdir/test_regexp_utf8.vim
src/version.c