[libaacs-devel] Always write logentry in case of corrupted disc

2015-12-10 Thread Roland Fischer
libaacs | branch: master | Roland Fischer | Wed Dec 9 21:51:57 2015 +0100| [7ee3b64639358a35188339f4547f70f7d5c2c9c2] | committer: npzacs Always write logentry in case of corrupted disc In case of a AACS_ERROR_CORRUPTED_DISC error always write a BD_DEBUG message at DBG_CRIT loglevel. > http:/

[libaacs-devel] Correct debug-log in _find_config_entry

2015-12-10 Thread Roland Fischer
libaacs | branch: master | Roland Fischer | Wed Dec 9 21:50:43 2015 +0100| [1c0ba6b53759ea57a6146b4ce4d902cfe5c44d3c] | committer: npzacs Correct debug-log in _find_config_entry 'discid' sent to BD_DEBUG has not been converted to string before and resulted in a broken output - corrected. > ht

Re: [libaacs-devel] [PATCH] Fix endless loop in _record

2015-12-10 Thread Petri Hintukainen
On ke, 2015-12-09 at 20:28 +0100, Roland Fischer wrote: > In case of a corrupt file it could happen that len get 0 in _record > and this results in an endless loop. > Created an exit condition for this case and fixed related > procedures too (they need to cope with the error-return-value > from _re

[libaacs-devel] [PATCH] Fix endless loop in _record - V2

2015-12-10 Thread Roland Fischer
In case of a corrupt file it could happen that len get 0 in _record and this results in an endless loop. Created an exit condition for this case and fixed related procedures too (they need to cope with the error-return-value from _record). Reason for change: https://github.com/OpenELEC/OpenELEC.tv/