You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll do it tomorrow or the day after if I think of it, but I was originally looking for a way to implement file transfer. As I couldn't find it, I went for ultravnc.
You should add static analysis tools like sonar or clang-tidy to your CI. Without any other dependencies, gcc's -fanalyzer works pretty well for C.
The zip stream in CompressClipData is allocated, but never freed.
The
z_stream
pointer should not be a pointer and the rest of the function modified accordingly.The text was updated successfully, but these errors were encountered: