What | Removed | Added |
---|---|---|
CC | alynx.zhou@suse.com |
Upstream already has a fix: <https://github.com/flatpak/flatpak/pull/5286>. TL;DR: g_subprocess_get_stdout_pipe() is transfer: none, and use g_autoptr with the returned pointer will leads into a double free. I'll find whether we need to backport the patch.