]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1270: missing out-of-memory checks in buffer.c v9.1.1270
authorJohn Marriott <basilisk@internode.on.net>
Wed, 2 Apr 2025 18:32:35 +0000 (20:32 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:32:35 +0000 (20:32 +0200)
commit7fb90815a0a29238c12e53b53e14fc55109f02b7
tree6b7c9f07e5497c54fa6d399227acfe772fb340f8
parent8293574c8b116382ed6e0c3c709a04406f07cfd5
patch 9.1.1270: missing out-of-memory checks in buffer.c

Problem:  missing out-of-memory checks in buffer.c
Solution: handle out-of-memory situations during allocation
          (John Marriott)

closes: #17031

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