]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0195: memleak with ex_drop, NULL dereference v9.1.0195
authorChristian Brabandt <cb@256bit.org>
Thu, 21 Mar 2024 19:19:00 +0000 (20:19 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 21 Mar 2024 19:19:00 +0000 (20:19 +0100)
commit85a769d466d2009db6a318fd120d9691344664ba
tree415b0f9d9c89f8c4c6c22241d39755d7585bf46f
parent9eb236f455df75af858a37a3d98f190c977deaf4
patch 9.1.0195: memleak with ex_drop, NULL dereference

Problem:  memleak with ex_drop(), NULL dereference
          (zeertzjq)
Solution: revert back to ex_rewind(), use curbuf instead of buf

fixes: #14246
closes: #14251

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/version.c