]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0526: missing out-of-memory check in ex_substitute() master v9.2.0526
authorJohn Marriott <basilisk@internode.on.net>
Sun, 24 May 2026 09:08:59 +0000 (09:08 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 May 2026 09:08:59 +0000 (09:08 +0000)
commit2c23dde0b09971324906dcf179fb129ffe19d76c
treeb4af05df4b08ab8f139dcf85a042f91e99ee5cd6
parent6c8e125395cc77a67c7ddb95422684ff84a54e58
patch 9.2.0526: missing out-of-memory check in ex_substitute()

Problem:  missing out-of-memory check in ex_substitute()
Solution: Bail out in case of out-of-memory (John Marriott)

closes: #20308

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