]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2133: Another case of buffer overflow with 'helpfile' v9.1.2133
authorzeertzjq <zeertzjq@outlook.com>
Fri, 6 Feb 2026 09:37:58 +0000 (09:37 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 6 Feb 2026 09:37:58 +0000 (09:37 +0000)
commit21d591fb12b08b52d92253bf9ac4b866475d62d6
treefcf0504af58fafbee2022eef59f30b595c42bcc2
parent0714b15940b245108e6e9d7aa2260dd849a26fa9
patch 9.1.2133: Another case of buffer overflow with 'helpfile'

Problem:  Another case of buffer overflow with 'helpfile'.
Solution: Leave room for "tags" in the buffer (zeertzjq).

closes: #19340

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
src/tag.c
src/testdir/test_help.vim
src/version.c