]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
import: Handle small files (#42150)
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 18 May 2026 20:47:41 +0000 (21:47 +0100)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 20:47:41 +0000 (21:47 +0100)
When systemd-pull encountered a file shorter than the compression magic
    headers it looks for, then it would complete the download in the
    analysis state and fail.
    When we are still in the analysis state and the download is done, we
know there is no compression and we should leave the analysis state and
    continue writing out to disk as usual.


Trivial merge