mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
c5f312aad8
Problem: [security]: Buffer overflow in netbeans special_keys() handling
Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
bounds.
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-9w5c-hwr9-hc68
Signed-off-by: Christian Brabandt <cb@256bit.org>