]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: remove unnecessary assert 15628/head
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Apr 2020 22:13:52 +0000 (00:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Apr 2020 22:23:28 +0000 (00:23 +0200)
commitdfe01841e6de975b6d310266813ecf28025ae621
treed54a01d3a2f53c494c07eccea683f691f8b8498d
parentd02933fded1c1e4137ef9223d3786fae852b88db
tmpfiles: remove unnecessary assert

if we parse an xattr line that has no valid assignment, we might end up
with an empty ->xattr list. Don't hit assert on that, just go on.

Fixes: #15610
src/tmpfiles/tmpfiles.c