Project

General

Profile

Actions

Bug #713

closed

segfault if path to videolib includes "movies" or "tv"

Added by Hammel over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
Database
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

Also available in: Atom PDF