Browse Source
The rc variable in the get_file function in the libmtp-based module was not initialized, leading to a random return code when no MTP device is present. This could lead to a crash if the returned value happened to be zero, which is interpreted as a success by the calling code (which then assumes that the share has been successfully retrieved).master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue