]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect-image: fix path building for non-raw images (#41674)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 23 Apr 2026 10:15:18 +0000 (12:15 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 10:15:18 +0000 (12:15 +0200)
If the passed in image path didn't end with .raw, we'd return an empty
string + suffix instead of the intended image + suffix path.

---

Also, fix two more nits that came up repeatedly in my searches.

1  2 
src/shared/dissect-image.c

Simple merge