mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 13:49:19 +00:00
Problem Buffer overflow if lines exceed the expected buffer size. Solution: Use snprintf instead of strcpy.
Problem Buffer overflow if lines exceed the expected buffer size. Solution: Use snprintf instead of strcpy.