]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Use chase_symlinks() instead of path_join()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Oct 2022 08:09:24 +0000 (10:09 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 3 Oct 2022 13:16:13 +0000 (14:16 +0100)
commit898db9f3cf69f874ab0955606c8f95a2ce06f0ed
tree8a4625de12f485de8fb02f5035073e485746aac7
parent8bd1dcc6e8f342b6ef98fbca9a5c86e23c3ee5ea
repart: Use chase_symlinks() instead of path_join()

Let's properly resolve symlinks and check if the source actually
exists.
src/partition/repart.c