]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: use RET_GATHER more, add missing assertions 32747/head
authorMike Yuan <me@yhndnzj.com>
Wed, 8 May 2024 09:54:54 +0000 (17:54 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 10 May 2024 10:50:05 +0000 (18:50 +0800)
commitc2c162a636a047105556697e936216ea7295aba6
tree895bf24badae80982bfdfd66dd421c1ec9545c2c
parentd8f5a310227e7c74548b7f6ca9aafd39af6a621f
tmpfiles: use RET_GATHER more, add missing assertions

Note that item_do() now aborts on OOM, since it's
pretty pointless to iterate further if memory allocation
doesn't work.
src/tmpfiles/tmpfiles.c