]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1129: missing out-of-memory test in buf_write() v9.1.1129
authorJohn Marriott <basilisk@internode.on.net>
Thu, 20 Feb 2025 22:17:09 +0000 (23:17 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Feb 2025 22:17:09 +0000 (23:17 +0100)
commitfbe2dd7b4c9c41107fa355f58ebc6ed7d19a0f50
treef7cc2c7dabdeae68df7f2ccb2ac52d351ab32d3f
parent27f51367613a150877e88d2379409bebdf32052b
patch 9.1.1129: missing out-of-memory test in buf_write()

Problem:  missing out-of-memory test in buf_write()
Solution: Check that the returned allocated buffer is not NULL
          (John Marriott)

closes: #16678

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