]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2010: [security] use-after-free from buf_contents_changed() v9.0.2010
authorChristian Brabandt <cb@256bit.org>
Wed, 11 Oct 2023 19:08:13 +0000 (21:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 11 Oct 2023 19:09:53 +0000 (21:09 +0200)
commit41e6f7d6ba67b61d911f9b1d76325cd79224753d
treed2b6fcf5f7daa4712502d693635bcc3125bc38ca
parent54844857fd6933fa4f6678e47610c4b9c9f7a091
patch 9.0.2010: [security] use-after-free from buf_contents_changed()

Problem:  [security] use-after-free from buf_contents_changed()
Solution: block autocommands

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/buffer.c
src/testdir/crash/editing_arg_idx_POC_1 [new file with mode: 0644]
src/testdir/test_crash.vim
src/version.c