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

2015-12-11 Thread Roland Fischer
Hi! You're completely right with your comments! Submitted a V2 of this patch yesterday that fixes the problems you've mentioned - I hope the revised version can be merged :) br, Roland On 10.12.2015 10:46, Petri Hintukainen wrote: On ke, 2015-12-09 at 20:28 +0100, Roland Fischer wrote: In

[libaacs-devel] mkb: Fix endless loop in _record

2015-12-11 Thread Roland Fischer
libaacs | branch: master | Roland Fischer | Thu Dec 10 20:47:02 2015 +0100| [972679a52f6a38f08c0bd0ea5c8a0d4750d6a8e8] | committer: npzacs mkb: Fix endless loop in _record 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 co