]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.2010: Missing out-of-memory checks in vim9class.c
authorJohn Marriott <basilisk@internode.on.net>
Mon, 22 Dec 2025 18:49:43 +0000 (18:49 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Dec 2025 18:49:43 +0000 (18:49 +0000)
commita90e80411accf01ee55a901d9fd673609de3e6f7
treea5e8e16cb93fa8c6d07e73192332742b29a5c3a7
parent7982966f3e3f23f3b45639407be92ea5d926d492
patch 9.1.2010: Missing out-of-memory checks in vim9class.c

Problem:  Missing out-of-memory checks in vim9class.c
          (after v9.1.2000)
Solution: Return FAIL early (John Marriott)

closes: #18991

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