mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +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.