Skip to content

MTPStorage: fix crash in getFileFromPath()

Ahmad Samir requested to merge work/ahmad/mtp-crash into master

Looking at the backtrace from the bug report, it looks like the LIBMTP_mtpdevice_t pointer we get from getDevice() could be a nullptr.

BUG: 412159 FIXED-IN: 21.08

Merge request reports