mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +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.