]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0309: Missing out-of-memory check to may_get_cmd_block() v9.2.0309
authorJohn Marriott <basilisk@internode.on.net>
Mon, 6 Apr 2026 13:07:31 +0000 (13:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 6 Apr 2026 13:07:31 +0000 (13:07 +0000)
commit4368ad34df6d993f0deea6242bdabb1e56299fa0
tree1ab7e1d3f05fdcffbaf34a4890cd38fe3dd77faa
parentf1dbca200c497ea8b48784ca8fea8c47d68c7d7e
patch 9.2.0309: Missing out-of-memory check to may_get_cmd_block()

Problem:  Missing out-of-memory check to may_get_cmd_block()
Solution: Return p unchanged in case of out-of-memory (John Marriott)

closes: #19906

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