Skip to content
Commit c96ad34d authored by Mario Bensi's avatar Mario Bensi
Browse files

Fix crash in solid fstab backend when removing multiple entries from fstab at the same time

When multiple devices are removed from fstab at the same time,
Device::as<StorageAccess>.emblem() might be called on a device which is
no longer backed by an entry in the list of mountpoints, therefor
currentMountpoints( <device> ) returns an empty list, and ...first()
returns an invalid object.
parent a5f78d9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment