]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1649: attrs allocation and fuzzy growarray could leak v9.1.1649
authorglepnir <glephunter@gmail.com>
Mon, 18 Aug 2025 19:09:18 +0000 (21:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 18 Aug 2025 19:09:18 +0000 (21:09 +0200)
commitc7c10f8c116a87b49ef3ddb9a3b78f10375ca564
tree4dac8adc263b044a929d296f73f3d7e8432b2be2
parent2f7e4eb335df389d73aaeb2ff6879b233c1a293f
patch 9.1.1649: attrs allocation and fuzzy growarray could leak

Problem:  attrs allocation and fuzzy growarray could leak on early
          returns
Solution: Ensure proper cleanup of allocated memory on exit paths
          (glepnir)

closes: #18038

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/popupmenu.c
src/version.c