svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
177 stars 29 forks source link

Small Bugfixes #58

Closed lothran closed 4 months ago

lothran commented 4 months ago

While using the LSP I encountered some segfaults/exceptions. This fixes two of them:

  1. When typing includes the LSP sometimes tries to stat a directory, which causes an exception
  2. Trailing \n can cause buffer overflow
svenstaro commented 4 months ago

Hey, thanks a lot for your contribution!