Actions
Bug #713
closedsegfault if path to videolib includes "movies" or "tv"
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Database
Target version:
Start date:
14 Sep 2019
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
An example:
/media/usb1/sda1/movies/videolib
This causes a segfault because the path /media/usb1/sda1/movies/ doesn't includes "videolib" before "movies". The workaround is to rename /media/usb1/sda1/movies/ to /media/usb1/sda1/videos (anything except "movies" or "tv").
The fix is to test that the string "videolib/movies" or "videolib/tv" ends the path. If not, skip that path.
Actions