]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1491: missing out-of-memory checks in cmdexpand.c v9.1.1491
authorJohn Marriott <basilisk@internode.on.net>
Sat, 28 Jun 2025 18:41:54 +0000 (20:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Jun 2025 18:41:54 +0000 (20:41 +0200)
commit3b03b435a29391ded301fa2f377141db3c8093b7
tree4a397b05dca43c489cd2f2c6683a6067b77aad71
parent32f4febdc84a4e7539df7edb446453e2b577cd12
patch 9.1.1491: missing out-of-memory checks in cmdexpand.c

Problem:  missing out-of-memory checks in cmdexpand.c
Solution: add out-of-memory checks for expand_files_and_dirs(),
          ExpandUserDefined() and ExpandUserList()
          (John Marriott)

closes: #17570

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