>       {
> -             size_t dirty_len = strlen(includes[idx_inc]);
> -             char *clean_path = g_malloc(dirty_len - 1);
> +             for (i = 0; i < includes_count; i++)
> +             {
> +                     size_t dirty_len = strlen(includes[i]);

safety: `assert(dirty_len > 2)`-like

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61930611

Reply via email to