]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0527: Possible double free in fill_partial_and_closure() v9.2.0527
authorChristian Brabandt <cb@256bit.org>
Sun, 24 May 2026 15:25:03 +0000 (15:25 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 May 2026 15:25:03 +0000 (15:25 +0000)
commit07c8b4712f84daa5cfd0c96f134710e6f4865b95
tree32799d6551cd05e5600d348fba4f4bbe2d0b9d3e
parent2c23dde0b09971324906dcf179fb129ffe19d76c
patch 9.2.0527: Possible double free in fill_partial_and_closure()

Problem:  Possible double free in fill_partial_and_closure()
          (xuqing yang)
Solution: Let the caller handle the free()

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