]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0273: tabpanel: undefined behaviour with large tabpanelop columns v9.2.0273
authorChristian Brabandt <cb@256bit.org>
Tue, 31 Mar 2026 16:13:25 +0000 (16:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 31 Mar 2026 16:13:25 +0000 (16:13 +0000)
commitac18dff65aa055dfdfb5b7c36870c84f742e7ead
tree94d544b8be562c3c584fc072ceda7004a1aacd94
parente4502b6037eb9e8d2c9f666b97b17147d7b07507
patch 9.2.0273: tabpanel: undefined behaviour with large tabpanelop columns

Problem:  tabpanel: undefined behaviour with large tabpanelop columns
          (Michał Majchrowicz)
Solution: Error out for too large column values

Co-authored-by: Michał Majchrowicz <mmajchrowicz@afine.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tabpanel.c
src/testdir/test_tabpanel.vim
src/version.c