]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/mount: skip incomplete mountinfo entries 73/head
authorDaniel Mack <daniel@zonque.org>
Thu, 4 Jun 2015 13:39:49 +0000 (15:39 +0200)
committerDaniel Mack <daniel@zonque.org>
Thu, 4 Jun 2015 17:00:46 +0000 (19:00 +0200)
commitc0a7f8d3cb757cf750fc6788df0d215f6457c09d
tree65d7fca06e649f8a33a758b94a5839d55ecb9c3e
parent1cf548925de9c6d12200f491963b977c9db538e3
core/mount: skip incomplete mountinfo entries

Skip /proc/mountinfo entries for which libmount returns a NULL pointer
for 'source' or 'target'. This happened on Semaphore CI's build servers
when the test suite is run.
src/core/mount.c