mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
mount: check that MountParameters is valid before use
Follow-up for 6c75eff6afd90 CID#1530430
This commit is contained in:
parent
7ba8260c46
commit
9614dd542b
@ -1201,7 +1201,7 @@ static void mount_enter_mounting(Mount *m) {
|
||||
log_unit_warning_errno(UNIT(m), r, "Failed to create mount point '%s', ignoring: %m", m->where);
|
||||
|
||||
/* If we are asked to create an OverlayFS, create the upper/work directories if they are missing */
|
||||
if (streq_ptr(p->fstype, "overlay")) {
|
||||
if (p && streq_ptr(p->fstype, "overlay")) {
|
||||
_cleanup_strv_free_ char **dirs = NULL;
|
||||
|
||||
r = fstab_filter_options(
|
||||
|
Loading…
x
Reference in New Issue
Block a user