]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0353: Missing out-of-memory check in register.c v9.2.0353
authorJohn Marriott <basilisk@internode.on.net>
Wed, 15 Apr 2026 17:54:22 +0000 (17:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 15 Apr 2026 17:54:22 +0000 (17:54 +0000)
commit7cc73a6c668e43b2018b145af235801e53b95b45
treedac65c56c94d85e381f71013b148e000446632fd
parent60e925ca0edf4cb12190cade3a4ae6b07259ca31
patch 9.2.0353: Missing out-of-memory check in register.c

Problem:  Missing out-of-memory check in register.c
Solution: Check for memory allocation failure and return NULL
          (John Marriott).

closes: #19949

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