mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-04 07:11:28 -04:00
In flatpak-builtins-build-commit-from.c we call flatpak_repo_collect_sizes() without initializing the passed in download size to zero, which mean we sum with sizes with some random value as the start. This is fixed by having flatpak_repo_collect_sizes() always initialize the counters to 0 at the start. Fixes https://github.com/flatpak/flatpak/issues/3362
229 KiB
229 KiB