]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5164: invalid memory access after diff buffer manipulations v8.2.5164
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2022 15:53:34 +0000 (16:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2022 15:53:34 +0000 (16:53 +0100)
commitc101abff4c6756db4f5e740fde289decb9452efa
tree26385200c1dd4f3cc47f708d63a897514bc8795e
parentcd38bb4d83c942c4bad596835c6766cbf32e5195
patch 8.2.5164: invalid memory access after diff buffer manipulations

Problem:    Invalid memory access after diff buffer manipulations.
Solution:   Use zero offset when change removes all lines in a diff block.
src/diff.c
src/testdir/test_diffmode.vim
src/version.c