mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
In the case where the swupd_download_version_to_memory callback was run multiple times, it would overwrite previous data instead of appending. Correct this behavior by keeping track of data written so far in the struct passed to the callback.