]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2139: Buffer overflow in :wlrestore command v9.1.2139
authorChristian Brabandt <cb@256bit.org>
Sat, 7 Feb 2026 15:07:32 +0000 (15:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 7 Feb 2026 15:11:29 +0000 (15:11 +0000)
commit2498a460e2ab4b0452acfa96a42260667c63b93b
tree6a3972bc6ebd54592fdac67945d5b603b3bd7b44
parentabb4d740338e667991656e3ca575e623aba7bd2a
patch 9.1.2139: Buffer overflow in :wlrestore command

Problem:  Buffer overflow in :wlrestore command, caused by assuming
          wrong buffer length in vwl_log_handler() (Seungyeon Park)
Solution: Use correct buffer size (512 bytes) in vim_vsnprintf()
          to properly truncate long messages.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
src/testdir/test_wayland.vim
src/version.c
src/wayland.c