]> granicus.if.org Git - vim/commit
patch 8.2.4968: reading past end of the line when C-indenting v8.2.4968
authorBram Moolenaar <Bram@vim.org>
Mon, 16 May 2022 17:06:15 +0000 (18:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 May 2022 17:06:15 +0000 (18:06 +0100)
commit60ae0e71490c97f2871a6344aca61cacf220f813
tree0d121e2e77ddcdb1b5e37f5ca68d91d3dfdc899d
parent3c25a8617aad9860a1b179d40a183c638b3b70cc
patch 8.2.4968: reading past end of the line when C-indenting

Problem:    Reading past end of the line when C-indenting.
Solution:   Check for NUL.
src/cindent.c
src/testdir/test_cindent.vim
src/version.c