mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 01:55:30 +00:00
Problem: heap-buffer-overflow in ins_typebuf
(SuyueGuo)
Solution: When flushing the typeahead buffer, validate that there
is enough space left
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-4ghr-c62x-cqfh
322ba91086
Co-authored-by: Christian Brabandt <cb@256bit.org>