]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0189: invalid memory access for text prop without highlight v9.0.0189
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Aug 2022 19:50:23 +0000 (20:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Aug 2022 19:50:23 +0000 (20:50 +0100)
commit87f3a2ca3d0ffbfa7389bbb89add4d8d3fca6fbb
tree4d3a5d95cf79ee3f671a2969a620f5ddcb4c102b
parent82b14c143aa1e70d55509cc9fa408828e90c93de
patch 9.0.0189: invalid memory access for text prop without highlight

Problem:    Invalid memory access for text prop without highlight.
Solution:   Check for a valid highlight ID.
src/drawline.c
src/highlight.c
src/version.c