mirror of
https://github.com/neovim/neovim.git
synced 2026-05-25 06:18:32 +00:00
Problem: When Nvim exits while connecting to a socket it leads to
stack-buffer-overflow.
Solution: Associate the handle with the Stream and use the Stream's
internal_close_cb to update the "closed" status.