]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1218: missing out-of-memory check in filepath.c v9.1.1218
authorJohn Marriott <basilisk@internode.on.net>
Mon, 17 Mar 2025 20:14:17 +0000 (21:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 17 Mar 2025 20:14:17 +0000 (21:14 +0100)
commitc00729824d6d335994252a462cc78be52b76f85b
tree160873ae972f0965d68f70b4c518c894c79524b3
parent85627732e0f5f4e31137fc12bcb809418a4f683f
patch 9.1.1218: missing out-of-memory check in filepath.c

Problem:  missing out-of-memory check in filepath.c
Solution: Add check for NULL (John Marriott)

closes: #16906

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/filepath.c
src/version.c