]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1021: string might be used without a trailing NUL v9.1.1021
authorJohn Marriott <basilisk@internode.on.net>
Thu, 16 Jan 2025 17:58:20 +0000 (18:58 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 16 Jan 2025 17:58:20 +0000 (18:58 +0100)
commit70dfc374ec72634a0a61aea8344178779675d516
treeb7e6ebb788582541ef9708611bf7b436b1dadddb
parent037b028a2219d09bc97be04b300b2c0490c4268d
patch 9.1.1021: string might be used without a trailing NUL

Problem:  string might be used without a trailing NUL (after v9.1.0997)
Solution: Make sure that the buffer is NUL terminated

closes: #16457

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