WrapEarnPass left a comment (geany/geany-plugins#1582)
I got clangd setup on my geany 2.1 system install, and recompiled this for 2.1.
clang-tidy found a use after free.
> /home/build/Projects/geany-plugins/geany-plugins/autorun/src/spawn.c:189:54:
> warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
189 | ui_set_statusbar(FALSE, _("Auto-run finished %s"),
exit_data->doc->file_name);
Pushing that fix.
In other news, this code works in geany/2.1, which leads to a question. Is 2.1
closed? Can I submit this to 2.1 as well?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1582#issuecomment-4832573054
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1582/[email protected]>