Files
ladybird/Kernel/Devices/Storage/StorageDevicePartition.cpp
Liav A f08f339e9a Kernel: Return EIO if attached device is gone in StorageDevicePartition
The previous code will just do a nullptr-dereference if the underlying
device is gone, so instead gracefully return EIO error.
2024-02-24 16:01:26 -07:00

3.3 KiB