]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0528: possible overflow in XIM resource handling v9.2.0528
authorChristian Brabandt <cb@256bit.org>
Sun, 24 May 2026 16:47:27 +0000 (16:47 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 May 2026 16:52:53 +0000 (16:52 +0000)
commit31c739458acc397ea3684d4504e6036846f2a708
treef150cbc33756200179b2281cef97ec9eab026cad
parent07c8b4712f84daa5cfd0c96f134710e6f4865b95
patch 9.2.0528: possible overflow in XIM resource handling

Problem:  possible overflow in XIM resource handling
          (Venukamatchi)
Solution: use vim_strncpy() with the buffer size

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui_xim.c
src/version.c