mirror of
https://github.com/neovim/neovim.git
synced 2026-08-20 06:11:52 +00:00
Problem: heap use-after-free if OptionSet autocommands from setting a terminal's &buftype wipe the buffer. Solution: set b_locked during OptionSet for &buftype.